summaryrefslogtreecommitdiffstats
path: root/lib/puppet/face/ca.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#1886) Clean up `node clean` for merge.Pieter van de Bruggen2011-07-281-15/+15
| | | | | This includes various style changes, and assorted fixes to testing. Paired-With: Matt Robinson
* (#6789) Port SSL::CertificateAuthority::Interface to a FaceDaniel Pittman2011-07-201-0/+233
The Puppet::SSL::CertificateAuthority::Interface class was an early prototype heading toward building out a system like Faces. Now that we have done that, this changeset ports the early code to a new face. Reviewed-By: Pieter van de Bruggen <pieter@puppetlabs.com>