[Puppet Users] Puppet resources and Nagios Contacts\Contactgroups

2013-02-11 Thread JamieC
I'm currently defining nagioscontacts one-by-one like so; @@nagios_contact { username1: ensure => present, use => "generic-contact", contact_name => username1, alias => "user1", email => "emailaddress1", target => "/etc/nagios/conf.d/co

Re: [Puppet Users] Puppet resources and Nagios Contacts\Contactgroups

2013-07-22 Thread Jakov Sosic
On 02/11/2013 02:23 PM, JamieC wrote: > And generating them with; > > Nagios_contactgroup <<||>> > Nagios_contact <<||>> > > Is there a way to create a list such as ; > name1:username1:emailaddress1 > name2:username2:emailaddress2 > > And "loop" the creation? Puppet doesn't sup