Révision d7e26575
init.pp: disable check_unsafe_interpolations
manifests/init.pp | ||
---|---|---|
158 | 158 |
} ~> exec { |
159 | 159 |
'nft validate': |
160 | 160 |
refreshonly => true, |
161 |
command => "${nft_path} -I /etc/nftables/puppet-preflight -c -f /etc/nftables/puppet-preflight.nft || ( ${echo} '#CONFIG BROKEN' >> /etc/nftables/puppet-preflight.nft && /bin/false)"; |
|
161 |
command => "${nft_path} -I /etc/nftables/puppet-preflight -c -f /etc/nftables/puppet-preflight.nft || ( ${echo} '#CONFIG BROKEN' >> /etc/nftables/puppet-preflight.nft && /bin/false)"; # lint:ignore:check_unsafe_interpolations
|
|
162 | 162 |
} -> file { |
163 | 163 |
default: |
164 | 164 |
owner => 'root', |
Formats disponibles : Unified diff