Révision 188e569f
Remove out rule ntp
Duplicate to chrony, but chrony allows every sport (which is required by
chrony).
manifests/init.pp | ||
---|---|---|
53 | 53 |
|
54 | 54 |
# basic outgoing rules |
55 | 55 |
if $out_ntp { |
56 |
include nftables::rules::out::ntp
|
|
56 |
include nftables::rules::out::chrony
|
|
57 | 57 |
} |
58 | 58 |
if $out_dns { |
59 | 59 |
include nftables::rules::out::dns |
manifests/rules/out/ntp.pp | ||
---|---|---|
1 |
# manage out ntp |
|
2 |
class nftables::rules::out::ntp { |
|
3 |
nftables::filter::chain::rule{ |
|
4 |
'default_out-ntp': |
|
5 |
content => 'udp sport 123 udp dport 123 accept'; |
|
6 |
} |
|
7 |
} |
Formats disponibles : Unified diff