root / templates / systemd / puppet_nft.conf.epp @ 8842a597
Historique | Voir | Annoter | Télécharger (318 octets)
1 | 8842a597 | Tim Meusel | <%- | Stdlib::Unixpath $nft_path, |
---|---|---|---|
2 | Stdlib::Unixpath $configuration_path, |
||
3 | | -%> |
||
4 | 0c9bc308 | hashworks | # Puppet Deployed |
5 | [Service] |
||
6 | RemainAfterExit=yes |
||
7 | ExecStart= |
||
8 | 8842a597 | Tim Meusel | ExecStart=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %> |
9 | 0c9bc308 | hashworks | ExecReload= |
10 | 8842a597 | Tim Meusel | ExecReload=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %> |