Re: [Puppet Users] Using puppet to update itself

2010-10-08 Thread Martin Langhoff
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

Re: [Puppet Users] Using puppet to update itself

2010-10-08 Thread Disconnect
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

[Puppet Users] Using puppet to update itself

2010-10-08 Thread Forrie
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