On 7 August 2012 17:20, tobias <[email protected]> wrote:
> Hi,
>
> Is it possible to configure a service to ignore notifies?
> I'd like to have some special cases where a "notify  => Service['xyz']" is
> ignored by the service "xyz"... (The service is managed by Pacemaker and I
> don't want Puppet to manage this service)
>

You could do something like this:
service { 'xyz':
  hasrestart => false,
  restart    => '/bin/true',
}

-- 
Erik Dalén

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

Reply via email to