Hello, This is my first time posting, so I apologize if someone else has posted this before, I didn't see anything.
I installed puppet-server-3.2.1-1.el6.noarch from the x86_64 puppetlabs-release-6-7.noarch repo. I had issues stopping and restarting via the init script and did a little digging. I found that the master's pid file is now in /var/lib/puppet/run/ rather than /var/run/puppet/, however this change was not updated for the stop procedures in the init script. The pidfile variable should look like: "pidfile=/var/lib/puppet/run/master.pid" This also appears to be an issue with the puppet agent init script. Thank you, Ken Edgar -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-dev. For more options, visit https://groups.google.com/groups/opt_out.
