Hi,
First you should be able to ditch your modules.pp file. You can set where
puppet can read modules with the modulepath directive in puppet.conf on the
server ([master] section)
modulepath /etc/puppet/modules
Next put import 'nodes.pp' in your site.pp.
That should get you going.
Den
http
Hello Puppet user group,
I'm unable to get the node controllernode.vps.net to inherit the class
basenode to run any of the includes defined in basenode, no errors are
reported by puppet.
All controllernode.vps.net is able to import from puppet is the hosts
module which is defined in site.pp
---