Re: [Puppet Users] "ensure => running" an init script that isn't actually a service ?

2010-08-10 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> Which is what we want, but i'm curious as to _why_ this is so, >> given (again) that we're talking about an init script, and not a >> particular service that sits in memory. Granted, the effects of >> the script can be known - is puppet smart enoug

Re: [Puppet Users] "ensure => running" an init script that isn't actually a service ?

2010-08-06 Thread Rob McBroom
On Aug 6, 2010, at 6:56 AM, Daniel Maher wrote: > Which is what we want, but i'm curious as to _why_ this is so, given (again) > that we're talking about an init script, and not a particular service that > sits in memory. Granted, the effects of the script can be known - is puppet > smart enou

[Puppet Users] "ensure => running" an init script that isn't actually a service ?

2010-08-06 Thread Daniel Maher
Hello all, Based on this post from July : http://www.mailinglistarchive.com/html/puppet-users@googlegroups.com/2010-07/msg00124.html The OP has this snippet running on an RHEL system : file { "network": ... notify => Service[network] } service { network: