Hi,

On 02/04/2012 04:16 PM, eldorado554 wrote:
> Any idea why controllernode.vps.net is not importing the
> controllernode module?

your basic ideas are sound, but there is a conceptual misunderstanding:

You cannot "include <module>". Instead, you have to include a *class*
from the module.

E.g. "include controllernode::bootstrap", and the module contains a
class controllernode::bootstrap { }.

Also, if the class is in manifests/init.pp or manifests/<classname>.pp,
you need no 'import "controllernode"', and using it anyway is in fact
discouraged.

HTH,
Felix

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

Reply via email to