[Puppet Users] Re: Ensuring a process is NOT running

2008-09-12 Thread Jewels
Oh sure - so simple - couldn't you have made it harder so i would not feel so stupid ;-) Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-u

[Puppet Users] Re: Ensuring a process is NOT running

2008-09-10 Thread Bjørn Dyre Dyresen
You can use ensure => stopped to ensure it is not running. Regards 2008/9/10 Jewels <[EMAIL PROTECTED]> > > Hi, > > here is an interesting problem. I don't want to remove sendmail from a > system, BUT, it should never be running unless an admin starts it (and > shuts it down) so I was wondering

[Puppet Users] Re: Ensuring a process is NOT running

2008-09-10 Thread Peter Meier
Hi > here is an interesting problem. I don't want to remove sendmail from a > system, BUT, it should never be running unless an admin starts it (and > shuts it down) so I was wondering if there might be a way to use > "ensure" to make sure a process is NOT running.. service{'sendmail':