diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dropin_ferm.conf.epp | 6 | ||||
-rw-r--r-- | templates/ferm_chain_custom.conf.epp | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/dropin_ferm.conf.epp b/templates/dropin_ferm.conf.epp new file mode 100644 index 0000000..d5ed63b --- /dev/null +++ b/templates/dropin_ferm.conf.epp @@ -0,0 +1,6 @@ +# THIS SNIPPET IS MANAGED BY PUPPET +[Service] +ExecStart= +ExecStart=/usr/sbin/ferm <%= $ferm::configfile %> +ExecStop= +ExecStop=/usr/sbin/ferm -F <%= $ferm::configfile %> diff --git a/templates/ferm_chain_custom.conf.epp b/templates/ferm_chain_custom.conf.epp new file mode 100644 index 0000000..356311c --- /dev/null +++ b/templates/ferm_chain_custom.conf.epp @@ -0,0 +1,4 @@ +<%- | String[1] $content, +| -%> +# THIS FILE IS MANAGED BY PUPPET +<%= $content %> |