summaryrefslogtreecommitdiff
path: root/templates/puppet.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/puppet.erb')
-rw-r--r--templates/puppet.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/puppet.erb b/templates/puppet.erb
new file mode 100644
index 0000000..3b85c50
--- /dev/null
+++ b/templates/puppet.erb
@@ -0,0 +1,7 @@
+# Defaults for puppet - sourced by /etc/init.d/puppet
+
+# Start puppet on boot?
+START=<?= start_on_boot ? "yes" : "no" ?>
+
+# Startup options
+DAEMON_OPTS=""