if ret['changes']:
        try:
            ret['result'] = __salt__['firewall.disable'](name)
        except CommandExecutionError:
            ret['comment'] = 'Firewall Profile {0} could not be disabled' \