On 03/07/2012 17:28, Worker Bee wrote:
When writing modules, is it required that then entry point be named
init.pp?
I have written a module and if I try to call the module via nodes.pp
from a file named other than init.pp, I get an error that the module
cannot be found. If I rename the file to init.pp, it works fine.
So, can someone clarify, is the naming of the file a requirement?
ssh.pp
class ssh::hostkeys{
Yes, the autoloader will look in init.pp for the class named
"modulename" and will look for modulename::subclassname in
subclassname.pp... eg:
# manifests/init.pp
class ssh {
# manifests/hostkeys.pp
class ssh::hostkeys {
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.