search for: load_truth_tags

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

2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
...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'' sslpubdir = sslbasedir + ''/certs'' sslcafile = sslpubdir + '...