]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Changes for puppet 2.6
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Feb 2011 16:44:23 +0000 (14:44 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Feb 2011 16:44:23 +0000 (14:44 -0200)
files/check-puppetd.sh
templates/puppet-node.conf.erb

index fbf698823144a963326993c0f54f3a27ed4e48d0..c886ea312e8bc15949c3ee58d2557a72296cce06 100644 (file)
@@ -3,7 +3,7 @@
 # check if puppet is running
 #
 
-PID="/var/run/puppet/puppetd.pid"
+PID="/var/run/puppet/agent.pid"
 INIT="/etc/init.d/puppet"
 
 if [ ! -f "$PID" ]; then
index cf287deed924748961415e25fde0c26cf1c50434..0a1943c079706bffc5f3ec701cfea340edce5720 100644 (file)
@@ -6,7 +6,7 @@ rundir        = /var/run/puppet
 factpath      = $vardir/lib/facter
 pluginsync    = true
 
-[puppetd]
+[agent]
 vardir        = /var/lib/puppet
 ssldir        = $vardir/ssl
 server        = puppet.<%= domain %>