Re: [Puppet Users] sysv init scripts when using gem to install

2011-07-05 Thread Craig White
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

Re: [Puppet Users] sysv init scripts when using gem to install

2011-07-01 Thread vagn scott
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

[Puppet Users] sysv init scripts when using gem to install

2011-06-21 Thread Craig White
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