Displaying 1 result from an estimated 1 matches for "8j209zu2cekj".
2012 Oct 11
3
puppet facts.d executable PROBLEM
Hi folks,
I''m using this
plugin https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d
and I can''t get a fact out of a simple shell script. YAML TXT JSON works
well
My little shell script testfact.sh looks like
#!/bin/bash
echo "TEST=NOT WORKING"
made it executable
chmod +x testfact.sh
made a puppet agent -t to read the new fact
BUT
$facter --puppet