So every run my puppetmaster spawns a notice that a certain package install
-> created.
Every time again, this is not a problem but really annoying.
Did a make a beginner mistake in the code, or is this a bug or something
else?
This is the manifest:
class icinga::install {
package {'icinga*':
ensure =>installed,
provider => 'yum',
before => Package['openssh-clients','ftp','wget']
}
package {'openssh-clients':
ensure =>installed,
provider => 'yum'
}
package {'ftp':
ensure =>installed,
provider => 'yum'
}
package {'wget':
ensure =>installed,
provider => 'yum'
}
}
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/f940ab5a-b171-4ae5-b200-419c8ae8b1c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.