I don''t know that I can think of a solution to this, but: debug: Service[puppet](provider=debian): Executing ''ps -ef'' debug: Service[puppet](provider=debian): PID is 30078 PID 30078, AFAICT, was the "puppetd -tv" I was actually running at the time. :) oh-www1% puppetd --version 0.24.8 -Robin -- They say: "The first AIs will be built by the military as weapons." And I''m thinking: "Does it even occur to you to try for something other than the default outcome?" See http://shrunklink.com/cdiz http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Robin Lee Powell wrote:> > I don''t know that I can think of a solution to this, but: > > debug: Service[puppet](provider=debian): Executing ''ps -ef'' > debug: Service[puppet](provider=debian): PID is 30078 > > PID 30078, AFAICT, was the "puppetd -tv" I was actually running at > the time. :)Get an init script that has a proper "status" action and set hasstatus=>true on the service. Regards, DavidS PS: Does anyone know where such an init script might be found? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On Aug 19, 4:07 am, David Schmitt <da...@dasz.at> wrote: [...]> Get an init script that has a proper "status" action and set > hasstatus=>true on the service. > > Regards, DavidS > > PS: Does anyone know where such an init script might be found?There''s one in the 0.24.8 source tarball, and it seems to work fine on RedHat-family Linux distros (RHEL, Fedora, CentOS). Probably it will work as well on other distros. John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---