Révision c1224db5
Move filter rules to inet_filter class
manifests/ip_nat.pp | ||
---|---|---|
37 | 37 |
order => '02', |
38 | 38 |
content => 'policy accept'; |
39 | 39 |
} |
40 |
|
|
41 |
# basic outgoing rules |
|
42 |
if $nftables::out_all { |
|
43 |
|
|
44 |
include nftables::rules::out::all |
|
45 |
} else { |
|
46 |
if $nftables::out_ntp { |
|
47 |
include nftables::rules::out::chrony |
|
48 |
} |
|
49 |
if $nftables::out_dns { |
|
50 |
include nftables::rules::out::dns |
|
51 |
} |
|
52 |
if $nftables::out_http { |
|
53 |
include nftables::rules::out::http |
|
54 |
} |
|
55 |
if $nftables::out_https { |
|
56 |
include nftables::rules::out::https |
|
57 |
} |
|
58 |
} |
|
59 | 40 |
} |
Formats disponibles : Unified diff