Révision cb6f3584
Fix reloads on Debian Stretch
The paths for various binaries are slightly different
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