Révision ce22630b
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.
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