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
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
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
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
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/
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
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
>
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