Re: [Puppet-dev] Re: Puppet 4 delivery and upgrades

2014-12-07 Thread Justin Lambert
I was also curious where (and if there was a guess when) to look for nightly builds so I can start testing the decisions made. Thanks, jl > On Dec 7, 2014, at 16:33, Trevor Vaughan wrote: > > Hi All, > > I'm curious as to what decisions (if any) have been made here. > > Thanks, > > Trevor

Re: [Puppet-dev] Puppet 4 delivery and upgrades

2014-11-20 Thread Justin Lambert
This again may be more effort than it's worth, but would a 3.99 agent be possible that can talk to a 3.x and 4.x master? Maybe it only has the future parser to make compatibility with the 4.0 master easier. It would break semver a bit, hence the massive version jump, but would make upgrading ea

Re: [Puppet-dev] execute on change

2013-11-19 Thread Justin Lambert
If you’re trying to run an exec, you can do this: file { ‘/tmp/test’: ensure => present, content => ‘Hello’, notify=> Exec[‘after’], } exec { ‘after’: command => ‘/bin/echo Created’, refreshonly => true, } subscribe on the exec vs notify on the file

Re: [Puppet-dev] ruby-1.9.3 in yum.puppetlabs.com

2013-07-25 Thread Justin Lambert
For RHEL derivatives one option might be Redhat's Software Collections. They have added Ruby 1.9.3 support to RHEL through that. I have testing it out on my todo list, but haven't made it that far yet. I'm not quickly finding a link to the actual RPM, but here's their PDF about it: https://a