Title: Message Title
Erik M Jacobs commented on an issue
Puppet / Bug PUP-1713
removing nagios_* resource from manifest doesn't remove from resulting file
If you declare a nagios_service resource, it is created in the resulting file. Ex:
{code}
  nagios_service { 'Load':
    use => 'local-service',
    host_name => 'server',
    service_description => 'Load',
    check_command => 'check_nrpe!check_load',
    contact_groups => 'admin',
    target => '/etc/nagios/conf.d/nagios_service.cfg',
  }
{co...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to