Re: [Puppet Users] Hit and miss application of puppet modules

2014-02-24 Thread Christopher Opena
Ah, thanks Ramin K - I knew it would be something fairly simple yet completely unknown to me. Learn something new every day. I think I'll pick up the same default habit, seems the safe thing to do indeed. On Mon, Feb 24, 2014 at 5:26 PM, Ramin K wrote: > On 2/24/2014 4:47 PM, Christopher Open

Re: [Puppet Users] Hit and miss application of puppet modules

2014-02-24 Thread Ramin K
On 2/24/2014 4:47 PM, Christopher Opena wrote: class profile::puppet_master { notify {"Applying profile::puppet_master":} include puppet_master } Because you're within class profile::puppet_master Puppet assume you mean the local puppet_master class instead of the top scope puppet_master. In

[Puppet Users] Hit and miss application of puppet modules

2014-02-24 Thread Christopher Opena
Howdy folks, well after successfully rebuilding my hosed puppet environment (puppet was removing /var/lib/yum and /var/lib/rpm), I finally have a sane and mostly functioning puppet environment. However, I'm having a strange issue with applying modules via roles. In some instances it works, and in