Sorry, I am bad. I should have posted the solution to the list.
It seems that the puppet gem is hard coded to use /var/lib/puppet/run/agent.pid
(I still haven't bothered to check the source code). For puppetd, I simply had
to change the PID file location to hard coded location.
I haven't tracke
does /var/run/puppet exist?
-v
On 06/21/2011 12:30 PM, Craig White wrote:
I am using ruby-enterprise for ruby packages and gem for puppet/facter
installation and I 'borrowed' the ubuntu sysv init scripts and they mostly work
but for some reason, it won't stop the service as written but it
I am using ruby-enterprise for ruby packages and gem for puppet/facter
installation and I 'borrowed' the ubuntu sysv init scripts and they mostly work
but for some reason, it won't stop the service as written but it will start.
For example, the 'puppet' script (obviously for puppetd) has the fol