Projet

Général

Profil

Révision 188e569f

ID188e569f29e570b601b2059668fbbe45c12f2aa1
Parent ee1cf60a
Enfant 223f3c54

Ajouté par tr il y a plus de 4 ans

Remove out rule ntp

Duplicate to chrony, but chrony allows every sport (which is required by
chrony).

Voir les différences:

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