On Thu, Sep 21, 2017, at 11:45, Lars Van Steenbergen wrote:
> Thank you both, 
> 
> The issue was indeed the wildcard.
> I did not notice this because the package did get installed.
> 
> Again, lesson learned ;-)

Puppet will pass what you give it to rpm/yum, so "yum install icinga*"
works fine, but then later it wants to know if "icinga*" is installed
and it looks for exactly that package name - it doesnt understand the
glob.  So it does not find a package called "icinga*" so it tries to
install it again etc

-- 
R.I.Pienaar / www.devco.net / @ripienaar

-- 
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/1505987773.1336429.1113467688.22EFA8DE%40webmail.messagingengine.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to