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 <ramin-l...@badapple.net> wrote:

> 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
> order to force top scope you need include ::puppet_master
>
> I find myself defaulting to include ::module_name when using role/profile
> as a safety precaution.
>
> Ramin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/puppet-users/530BF14E.7090001%40badapple.net.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAFOrgqf2nKY7%3DyHe7wDpNVCfp-HWP%3DpiHVN%2Btn1G4qY%3D9wJYUA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to