[Puppet Users] Re: Puppet watching puppet

2009-04-06 Thread lance dillon
On Mon, Apr 6, 2009 at 12:46 PM, Trevor Vaughan wrote: > > It's because 'service puppetd status' reports that puppetd is running > while puppetd is running in test mode. > > Trevor I had to replace the puppet init script to fix the status problem. I have it as a recipe to automatically replace

[Puppet Users] Re: Puppet watching puppet

2009-04-06 Thread Jim Pirzyk
On Apr 6, 2009, at 12:46 PM, Trevor Vaughan wrote: It's because 'service puppetd status' reports that puppetd is running while puppetd is running in test mode. Trevor I did just discover this as well. It is a bug in the /etc/rc.d/ init.d/functions file. They define the status function as

[Puppet Users] Re: Puppet watching puppet

2009-04-06 Thread Trevor Vaughan
It's because 'service puppetd status' reports that puppetd is running while puppetd is running in test mode. Trevor On Mon, Apr 6, 2009 at 10:40, Jim Pirzyk wrote: > I have this recipe setup to maintain puppetd: > > service { "puppet": >        name => $operatingsystem ? { >                Fedo

[Puppet Users] Re: Puppet watching puppet

2009-04-06 Thread Mike Renfro
On 4/6/2009 9:40 AM, Jim Pirzyk wrote: > I have this recipe setup to maintain puppetd: > If I shut down puppetd on a host (using a Fedora Core 9 host for > testing, but has the same problem on Solaris, CentOS and FreeBSD, when I > run 'puppetd --test', it does not notice to restart puppet. I'd