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 [email protected].
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.

Reply via email to