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