Projet

Général

Profil

Révision ce22630b

IDce22630b450307b5989bf421af02e8cb370927e3
Parent 03d8e696
Enfant f0bd8791

Ajouté par Steve Traylen il y a plus de 4 ans

Remove duplicate flush on reload

When nftables was reloaded a flush was being done both in the systemd
reload call and in the nft script itself.

Voir les différences:

manifests/init.pp
148 148
  systemd::dropin_file { 'puppet_nft.conf':
149 149
    ensure  => present,
150 150
    unit    => 'nftables.service',
151
    content => epp('nftables/systemd/puppet_nft.conf.epp', { 'noflush' => $noflush_tables }),
151
    content => file('nftables/systemd/puppet_nft.conf'),
152 152
    notify  => Service['nftables'],
153 153
  }
154 154

  

Formats disponibles : Unified diff