1CDIST-TYPE__PF_APPLY(7) cdist CDIST-TYPE__PF_APPLY(7)
2
3
4
6 cdist-type__pf_apply - Apply pf(4) ruleset on *BSD
7
9 This type is used on *BSD systems to manage the pf firewall's active
10 ruleset.
11
13 NONE
14
16 NONE
17
19 # Modify the ruleset on $__target_host:
20 __pf_ruleset --state present --source /my/pf/ruleset.conf
21 require="__pf_ruleset" \
22 __pf_apply
23
24 # Remove the ruleset on $__target_host (implies disabling pf(4):
25 __pf_ruleset --state absent
26 require="__pf_ruleset" \
27 __pf_apply
28
30 pf(4), cdist-type__pf_ruleset(7)
31
33 Jake Guffey <jake.guffey--@--eprotex.com>
34
36 Copyright (C) 2012 Jake Guffey. You can redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation, either version 3 of the License, or (at
39 your option) any later version.
40
42 ungleich GmbH 2019
43
44
45
46
476.4.0 Jan 04, 2020 CDIST-TYPE__PF_APPLY(7)