table of contents
other versions
CDIST-TYPE__PF_APPLY(7) | cdist | CDIST-TYPE__PF_APPLY(7) |
NAME¶
cdist-type__pf_apply - Apply pf(4) ruleset on *BSD
DESCRIPTION¶
This type is used on *BSD systems to manage the pf firewall's active ruleset.
REQUIRED PARAMETERS¶
NONE
OPTIONAL PARAMETERS¶
NONE
EXAMPLES¶
# Modify the ruleset on $__target_host: __pf_ruleset --state present --source /my/pf/ruleset.conf require="__pf_ruleset" \
__pf_apply # Remove the ruleset on $__target_host (implies disabling pf(4): __pf_ruleset --state absent require="__pf_ruleset" \
__pf_apply
SEE ALSO¶
AUTHORS¶
Jake Guffey <jake.guffey--@--eprotex.com>
COPYING¶
Copyright (C) 2012 Jake Guffey. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
COPYRIGHT¶
ungleich GmbH 2019
October 18, 2019 | 6.0.2 |