summaryrefslogtreecommitdiff
path: root/files
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 /files
parent2f2e3b6fca2d9c3080e85f531e576f83b791a692 (diff)
downloadpuppet-puppet-9bc51a55045a80bc9d8917c67f6cb70f4e7ff6f2.tar.gz
puppet-puppet-9bc51a55045a80bc9d8917c67f6cb70f4e7ff6f2.tar.bz2
Misc fixes for standalone implementation
Diffstat (limited to 'files')
-rw-r--r--files/puppet7
1 files changed, 0 insertions, 7 deletions
diff --git a/files/puppet b/files/puppet
deleted file mode 100644
index 3b85c50..0000000
--- a/files/puppet
+++ /dev/null
@@ -1,7 +0,0 @@
-# Defaults for puppet - sourced by /etc/init.d/puppet
-
-# Start puppet on boot?
-START=<?= start_on_boot ? "yes" : "no" ?>
-
-# Startup options
-DAEMON_OPTS=""