aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2020-05-18 22:16:12 +0200
committerGitHub <noreply@github.com>2020-05-18 22:16:12 +0200
commit1924c40aa0d0a6b4f7ab209de1930d52c1169cde (patch)
tree56215047193038797b807acbb5ce63f9417ab690 /templates
parentdac79dba12b034af8de2a31906a932f2932871a0 (diff)
parent007a9bd025ea441a45b0c8e891738c6f627a339a (diff)
downloadpuppet-ferm-1924c40aa0d0a6b4f7ab209de1930d52c1169cde.tar.gz
puppet-ferm-1924c40aa0d0a6b4f7ab209de1930d52c1169cde.tar.bz2
Merge pull request #104 from Dan33l/install_from_sources
add install_method parameter
Diffstat (limited to 'templates')
-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 %>