diff options
author | Micah Anderson <micah@riseup.net> | 2011-01-11 01:26:14 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-01-11 01:26:14 -0500 |
commit | 3483bcc733f55066d12392e0861ec3c727893a7a (patch) | |
tree | 9eff385784516f7b92eb34ebfb549756a8bf4603 /files | |
parent | efda1e72f9649761dd85d056ee4decae711249fa (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/puppet | 2 |
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" |