Projet

Général

Profil

Révision cb6f3584

IDcb6f3584ba181e0e5395e5db30986ce1c673a168
Parent f307977a
Enfant 863b9d93

Ajouté par Kienan Stewart il y a plus de 4 ans

Fix reloads on Debian Stretch

The paths for various binaries are slightly different

Voir les différences:

templates/systemd/puppet_nft.conf.epp
1 1
# Puppet Deployed
2 2
[Service]
3 3
ExecStart=
4
ExecStart=/usr/sbin/nft -I /etc/nftables/puppet -f <%= $configuration_path %>
4
ExecStart=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %>
5 5
ExecReload=
6
ExecReload=/usr/sbin/nft -I /etc/nftables/puppet -f <%= $configuration_path %>
6
ExecReload=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %>

Formats disponibles : Unified diff