summaryrefslogtreecommitdiff
path: root/manifests/ca.pp
AgeCommit message (Collapse)Author
2012-11-27remove dependency on openssl packageMicah Anderson
2012-11-27missed one source -> content changeMicah 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-22Initial commitMicah Anderson