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