search for: vacslp01pmaster

Displaying 1 result from an estimated 1 matches for "vacslp01pmaster".

2013 Aug 21
1
Trouble with ENC and static.pp : enabling ENC fails to find node even with default node in site.pp
...og run in 0.05 seconds* If I enable an ENC that only returns 0 regardless of input with the same site.pp configuration: *puppet.conf* [master] * node_terminus = exec* * external_nodes = /var/lib/puppet/null-nodes.py* * reports = store* * reportdir = /var/lib/puppet/reports* *[root@vacslp01pmaster manifests]# cat /var/lib/puppet/null-nodes.py* *#!/usr/bin/python* *import sys* *sys.exit(0)* running the ENC by hand as user puppet: *[root@vacslp01pmaster manifests]# sudo -u puppet /var/lib/puppet/null-nodes.py ; echo $?* *0* *restart puppetmaster* *rerun the client* * * *[root@vacsld01targ...