summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-01-11 01:26:14 -0500
committerMicah Anderson <micah@riseup.net>2011-01-11 01:26:14 -0500
commit3483bcc733f55066d12392e0861ec3c727893a7a (patch)
tree9eff385784516f7b92eb34ebfb549756a8bf4603 /files
parentefda1e72f9649761dd85d056ee4decae711249fa (diff)
on debian, the default /etc/default/puppet file has "START=no", the default that is shipped with the puppet module had it set to "START=yes". This commit reverts that to the packaged default.
It would probably be better not to ship the exact duplicate of the package's /etc/default/puppet, but rather do something else, when things that are other than the default need to be changed.
Diffstat (limited to 'files')
-rw-r--r--files/client/debian/puppet2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/client/debian/puppet b/files/client/debian/puppet
index 3e0ee04..59e4bde 100644
--- a/files/client/debian/puppet
+++ b/files/client/debian/puppet
@@ -1,7 +1,7 @@
# Defaults for puppet - sourced by /etc/init.d/puppet
# Start puppet on boot?
-START=yes
+START=no
# Startup options
DAEMON_OPTS="-w 0"