Re: [Puppet Users] 'before' and 'require' not working as I expect

2013-01-24 Thread Matthew Burgess
On Thu, Jan 24, 2013 at 3:30 PM, Jonathan Gazeley wrote: > On 24/01/13 15:18, Matthew Burgess wrote: >> >> On Thu, Jan 24, 2013 at 2:49 PM, wrote: >> >>> This occurs even with the before => Yumrepo['atomic'] and require = > >>> Package['atomic-release'] lines in place, which is not what I expect

Re: [Puppet Users] 'before' and 'require' not working as I expect

2013-01-24 Thread Jonathan Gazeley
On 24/01/13 15:18, Matthew Burgess wrote: On Thu, Jan 24, 2013 at 2:49 PM, wrote: This occurs even with the before => Yumrepo['atomic'] and require = > Package['atomic-release'] lines in place, which is not what I expect. Am I missing a subtlety? I'd be tempted to remove the 'before' paramet

Re: [Puppet Users] 'before' and 'require' not working as I expect

2013-01-24 Thread Matthew Burgess
On Thu, Jan 24, 2013 at 2:49 PM, wrote: > This occurs even with the before => Yumrepo['atomic'] and require = > > Package['atomic-release'] lines in place, which is not what I expect. Am I > missing a subtlety? I'd be tempted to remove the 'before' parameter to the package; declare the dependen

[Puppet Users] 'before' and 'require' not working as I expect

2013-01-24 Thread jg4461
Hi all, I'm a reasonably experienced puppet user but I'm running into a problem with yumrepos where 'before' and 'require' don't seem to be behaving how I expect. class repos::atomic { package { 'atomic-release': ensure => installed, source => ' http://www6.atomicorp.com/ch