Christian Hofstaedtler wrote:
> We have these stanzas in the manifest for the nagios server:
> 
> 48            resources { "nagios_service":
> 49                    purge => true
> 50            }
> 51            resources { "nagios_host":
> 52                    purge => true
> 53            }
> 54            resources { "nagios_hostgroup":
> 55                    purge => true
> 56            }


Are you aware that you also could write

resources {
        [ "nagios_service", "nagios_host", "nagios_hostgroup" ]:
                purge => true
}

?


Regards, DavidS

--

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=.


Reply via email to