summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-14 13:46:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-14 13:46:47 -0300
commit9bc51a55045a80bc9d8917c67f6cb70f4e7ff6f2 (patch)
treef3e1fba697a46068da45a1ba990cf608fd304929 /templates
parent2f2e3b6fca2d9c3080e85f531e576f83b791a692 (diff)
downloadpuppet-puppet-9bc51a55045a80bc9d8917c67f6cb70f4e7ff6f2.tar.gz
puppet-puppet-9bc51a55045a80bc9d8917c67f6cb70f4e7ff6f2.tar.bz2
Misc fixes for standalone implementation
Diffstat (limited to 'templates')
-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=""