Displaying 1 result from an estimated 1 matches for "puppet_devel".
2011 Apr 05
6
Node classifier not loading any defined classes
...quot; environment using
http://projects.puppetlabs.com/projects/1/wiki/Using_Multiple_Environments
as my base.
In my puppet.conf on puppetmaster I have
cat /etc/puppet.conf
[main]
<snip>
manifest = /etc/puppet/manifests/site.pp
modulepath = /etc/puppet/modules
[development]
manifest = /etc/puppet_devel/manifests/site.pp
modulepath = /etc/puppet_devel/modules
node_terminus = exec
external_nodes = /.foo/bin/puppet_node_classifier.sh
In my head that tells the development area to use /etc/puppet_devel
and to use the node classifier, whereas the main area uses /etc/
puppet/ and does NOT use the node...