Displaying 1 result from an estimated 1 matches for "smokeping_prep".
2013 Sep 11
4
getting array of hostnames of clients
...ot;empty"
end
output
end
end
but this isn''t getting anything in the fact at all, not even "empty".
Running that cat command on the commandline returns exactly what I would
expect.
If I run facter on the commandline like this:
FACTERLIB="/etc/puppet/modules/smokeping_prep/lib/facts" facter nodelist
I get the list I expect.
On each node I have this:
@@file { "testnode-{$::fqdn}":
ensure => file,
path => "/tmp/testnode-$::fqdn.txt",
mode => 640, owner => root,
tag => ''testnodes'',
conten...