Thank you both, The issue was indeed the wildcard. I did not notice this because the package did get installed.
Again, lesson learned ;-) On Thursday, September 21, 2017 at 11:35:42 AM UTC+2, Lars Van Steenbergen wrote: > > 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a7b26c43-2592-44ad-8b4a-513133f19401%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.