search for: puppet_node_classifier

Displaying 3 results from an estimated 3 matches for "puppet_node_classifier".

2013 Feb 20
0
Help needed in setting up a simple ENC
...conf reportdir = /home/logs/puppet/reports masterhttplog = /home/logs/puppet/masterhttp.log masterlog = /home/logs/puppet/puppetmaster.log reports = log,foreman reports=foreman,log templatedir = /etc/puppet/templates node_terminus = exec external_nodes = /etc/puppet/puppet_node_classifier site.pp: #node default { # exec {"echo 123": # path => "/sbin:/usr/bin:/usr/sbin:/bin", # } #} #node /local-web-cdn-70-200.idc.test.cn/ { # include tools #} run script: [root@puppetmaster-tools yaml]# sh /etc/puppet/puppet_node_classifier lo...
2011 Apr 05
6
Node classifier not loading any defined classes
...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 classifier. My testing shows that if I run ''puppetd --test'' it loads the main area and when I run ''p...
2010 Apr 09
2
Custom facts for a puppetmasterless environment
...nguage is as long as they > output data that the Facter API can parse into facts - Perl, Python, C, > Rexx (*coughs*), etc. Has such a feature been released in the latest versions of facter / puppet ? I''m experimenting with puppet with no puppetmaster, but need to add facts that my puppet_node_classifier usually provides. I assume using facter is the way to go (I have not played with facter yet). Is there an alternate solution for getting my own facts into a puppet node without a puppetmaster? Pete -- You received this message because you are subscribed to the Google Groups "Puppet Users&qu...