summaryrefslogtreecommitdiff
path: root/manifests/cert.pp
AgeCommit message (Collapse)Author
2012-11-26fix incorrectly specifed openssl packageMicah Anderson
2012-11-26fix incorrectly specified source param, should be contentMicah Anderson
2012-11-22add more flexible source/content optionsMicah Anderson
this makes it so you can do one of a few things: 1. pass no $content, or $source and the default will be taken (search path checking first for site_x509/{CAs,keys,certs}/$::fqdn/${name}.crt, secondly for site_x509/{CAs,keys,certs}/${name}.crt 2. pass $content, allowing you to specify templates etc. 3. pass $source, allowing you to specify any source you wish
2012-11-22fix cert variable nameMicah Anderson
2012-11-22Initial commitMicah Anderson