~mathiaz/puppet/reductivelabs-master

« back to all changes in this revision

Viewing changes to lib/puppet/indirector/certificate/ca_file.rb

  • Committer: Luke Kanies
  • Date: 2008-04-17 23:09:33 UTC
  • Revision ID: git-v1:d8bb81eabb6ad85d985ae7407e4260e800a0cf30
Moving all of the ca-specific settings to the ca_file
terminus classes, rather than the normal :file classes.

This is unfortunately complicated, and it means that the Key
:ca_file is only ever actually used for retrieving the CA key
itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    desc "Manage the CA collection of signed SSL certificates on disk."
6
6
 
7
7
    store_in :signeddir
 
8
    store_ca_at :cacert
8
9
end