summaryrefslogtreecommitdiff
path: root/manifests/base.pp
AgeCommit message (Collapse)Author
2013-01-31change permissions on key directory to allow for non-root applications access toMicah Anderson
key files, if the application is in both the 'ssl-cert' group as well as its own group (eg. 'imapd') In this configuration you would override the key class to change the owner of the installed key to be the group of the service (ie. 'imapd') and then the application can read the key file. This adjusts this module to adhere to the changes on http://wiki.debian.org/X.509
2012-11-26fix syntax errorMicah Anderson
2012-11-22Initial commitMicah Anderson