Puppet is getting run from cron - don't run it anymore
[mirror/dsa-puppet.git] / files / etc / default / puppet
index 3dcfa06..86ab4b9 100644 (file)
@@ -1,7 +1,12 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
 # Defaults for puppet - sourced by /etc/init.d/puppet
 
 # Start puppet on boot?
-START=yes
+START=no
 
 # Startup options
 DAEMON_OPTS="-w 5 --factsync"