Displaying 1 result from an estimated 1 matches for "truth_tag".
Did you mean:
truth_tags
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
...correctly via a puppet run without my script.
I can also wget the file and use net/https via ruby to get the file.
All methods return the correct file with matching md5sums.
Under my module called "truth" I have the following:
- files -> private -> domain.inter -> hostname -> truth_tags.yml
ex:
---
role:
- base
env:
- dev
- lib -> facter -> load_truth_tags.rb
problem area:
def apitruthtag(calltype)
# set some client side variables to build on later
sslbasedir = ''/etc/puppet/ssl''
sslprivdir = sslbasedir + ''/private_keys''...