On Thu, 13 Jan 2011 06:39:28 -0800 (PST)
luke.bigum luke.bigum wrote:

> Just to give you some examples of auto loading complex modules with
> multiple classes and how that relates to class names:
> 
> modules/puppet/init.pp => include puppet
> modules/puppet/master.pp => include puppet::master
> modules/puppet/params.pp => include puppet::params
> modules/puppet/master/something.pp => include
> puppet::master::something
> modules/puppet/master/woof.pp => include puppet::master::woof

Thanks again. I'll probably do that on next future, by now, I still have
to "migrate" some old code to new one... I wouldn't like to mix 2 king
of "modules"...

Anyway, your examples are self-explanatory. Thanks.

cheers,
Arnau

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to