[Puppet Users] Re: using yum and puppet simultaneously

2009-05-09 Thread Evan Hisey
On Sat, May 9, 2009 at 5:04 PM, Nat wrote: > > Hi, > > once i have my puppet set up and installed how does updating occour, > if for example i have a package httpd instaledd on all my servers and > there is an update to this package will i still need to log into every > machine to run the updater

[Puppet Users] Re: using yum and puppet simultaneously

2009-05-09 Thread Scott
If you have ensure => latest puppet will check on each run to make sure that it's the latest available but this is intensive. I'd suggest using something like func to automate updating package sets. Once you've got func deployed you can, with one command, tell every machine to update packages. h

[Puppet Users] Re: using yum and puppet simultaneously

2009-05-09 Thread Mike Renfro
Nat wrote: > once i have my puppet set up and installed how does updating occour, > if for example i have a package httpd instaledd on all my servers and > there is an update to this package will i still need to log into every > machine to run the updater or will puppet notice that the package is

[Puppet Users] using yum and puppet simultaneously

2009-05-09 Thread Nat
Hi, once i have my puppet set up and installed how does updating occour, if for example i have a package httpd instaledd on all my servers and there is an update to this package will i still need to log into every machine to run the updater or will puppet notice that the package is not at the lat

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-05-09 Thread Gary Law
2009/5/3 Russ Allbery > > Gary Law writes: > > > The init script is clearly trying to make the pid file appear in > > /var/run/puppet... so I've little idea why this is happening. > > > > from the init script: > > start_puppet() { > > start-stop-daemon --start --quiet --pidfile > > /var/

[Puppet Users] Re: SSL connection errors

2009-05-09 Thread Nigel Kersten
On Sat, May 9, 2009 at 10:26 AM, Ryan Steele wrote: > Probably stating the obvious, but ditch webrick.  I've increased my > runtimes by as much as 3800% (no, that's not a typo) after migrating to > Passenger.  I have a few more nodes in my setup (83), but webrick was > downright non-functional a

[Puppet Users] Re: SSL connection errors

2009-05-09 Thread Ryan Steele
Nigel Kersten wrote: > Just pointing out that 0.24.8 (non RC) is available in debian testing. > > http://packages.debian.org/source/testing/puppet > > > > On Fri, May 8, 2009 at 9:09 PM, Robin Sheat wrote: >> My puppet setup has been working nicely for a while, but recently I get >> errors >

[Puppet Users] Re: SSL connection errors

2009-05-09 Thread Nigel Kersten
Just pointing out that 0.24.8 (non RC) is available in debian testing. http://packages.debian.org/source/testing/puppet On Fri, May 8, 2009 at 9:09 PM, Robin Sheat wrote: > My puppet setup has been working nicely for a while, but recently I get errors > like this a lot: > > May  9 15:46:33 pu