Does puppet have a way to install a yum package group (e.g. 'Development Tools'), besides exec?
From serverfault
joeforker
-
I couldn't find anything in the Puppet Type Reference for the Package type, so I asked on the Puppet IRC channel on Freenode (#puppet, oddly) and got nothing so I think the answer is "not yet".
From Andrew H -
You could handle this through an Puppet Exec Type to execute the necessary group install. I would be sure to include a good
onlyiforunlessoption so that it only executes it when needed or set torefreshonlyand trigger it via aNotifyso that it is not run every time though. TheExectype will execute the command locally on the puppet client for you provided it is triggered.From Jeremy Bouse
0 comments:
Post a Comment