root / templates / systemd / puppet_nft.conf.epp @ 9ef3491b
Historique | Voir | Annoter | Télécharger (214 octets)
1 | a86c6409 | Kienan Stewart | # Puppet Deployed |
---|---|---|---|
2 | [Service] |
||
3 | ExecStart= |
||
4 | cb6f3584 | Kienan Stewart | ExecStart=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %> |
5 | a86c6409 | Kienan Stewart | ExecReload= |
6 | cb6f3584 | Kienan Stewart | ExecReload=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %> |