From 3483bcc733f55066d12392e0861ec3c727893a7a Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Jan 2011 01:26:14 -0500 Subject: 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. --- files/client/debian/puppet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3