aboutsummaryrefslogtreecommitdiff
path: root/templates/dropin_ferm.conf.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dropin_ferm.conf.epp')
-rw-r--r--templates/dropin_ferm.conf.epp6
1 files changed, 6 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 %>