On Fri, Nov 5, 2010 at 1:20 PM, byron appelt <byron.app...@gmail.com> wrote:
> Is it possible to use a Service resource, but not have puppet start or
> start the service? I want to declare service resources so that I can
> easily make sure that puppet will restart them when packages are
> upgraded, etc., but I do not want puppet to restart them if a sysadmin
> shuts the down for some reason.

Instead of manually stopping a service, the resource should specify
enable => false and ensure => stopped.

To my knowledge there isn't a no-op value for these parameters.

Richard

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to