However, this leaves me puzzled that I may not fully understand the way stored configs/modules work.

I have another module that does not have an init.pp and it works??


class user::virtual
{

init.pp is not mandatory for a module per se, but it is the place the autoloader will look for a class named "user" - in this example, you don't have a user class, just a user::virtual class, so..

include user::virtual

... will direct the autoloader to look in <modulepath>/user/manifests/virtual.pp

If you were to want to add a class named user, you would put this in a file called init.pp.

Does that make more sense?
Craig

--
Craig Dunn
Professional Services
Puppet Labs Inc.
http://www.puppetlabs.com

--
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