On Fri, Oct 8, 2010 at 4:18 PM, Disconnect wrote:
> We just use packages:
> package { "puppet": ensure => latest }
If the rpm/deb script attempts to restart the service, that will stop
puppet in the middle of the execution of the pkg manager itself.
(Unless there's special handling of this case
We just use packages:
package { "puppet": ensure => latest }
On Fri, Oct 8, 2010 at 4:15 PM, Forrie wrote:
> I'm just beginning with Puppet. One issue I've run into is updates.
> As my nodes expand, updating each individual node via my manual method
> becomes daunting.
>
> Could someone share
I'm just beginning with Puppet. One issue I've run into is updates.
As my nodes expand, updating each individual node via my manual method
becomes daunting.
Could someone share their recipe or procedure for using the puppet
master to distribute updates of puppet to the client nodes? I would
gue