[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 0.25.4 - Release Candidate 3 available!

2010-01-24 Thread Todd Zullinger
James Turnbull wrote: > The release candidate is available at: > > http://reductivelabs.com/downloads/puppet/puppet-0.25.4rc3.tar.gz For anyone using Fedora or RHEL/CentOS, I've updated the yum repos at: http://tmz.fedorapeople.org/repo/puppet/ Hopefully that helps a few more folks test 0.25

Re: [Puppet Users] hosts update trouble

2010-01-24 Thread Carl Caum
Add: ignoreschedules = true to your puppet.conf. I think you can also set listen = true and that will disable runs and just run when triggered by authorized nodes. Others will know more about that than me. Anyone care to jump in? On Jan 22, 2010, at 7:14 PM, Christopher Johnston wrote: >

[Puppet Users] ANNOUNCE: Puppet 0.25.4 - Release Candidate 3 available!

2010-01-24 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You wanted "release early, release often" and the Puppet team has delivered! The 0.25.4 release is a maintenance release (with one important feature - pre/post transaction hooks - discussed below) in the 0.25.x branch. The release primarily addresses

[Puppet Users] Re: cron resource in CentOS 5

2010-01-24 Thread robbyt
On Jan 22, 10:45 pm, Todd Zullinger wrote: > robbyt wrote: > > For some reason, I'm unable to manage cron resources on my CentOS5 > > server: > > > manifest: > > >   cron { "test": > >     command => '/bin/true', > >     user    => 'root', > >     hour   => '1', > >   } > > > And when I try to r