Displaying 1 result from an estimated 1 matches for "apitruthtag".
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
...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 + ''/ca.pem''
# this sets...