lib/puppet/indirector/key/ca.rb in puppet-0.25.5 vs lib/puppet/indirector/key/ca.rb in puppet-2.6.0
- old
+ new
@@ -1,12 +1,12 @@
require 'puppet/indirector/ssl_file'
require 'puppet/ssl/key'
class Puppet::SSL::Key::Ca < Puppet::Indirector::SslFile
- desc "Manage the CA's private on disk. This terminus *only* works
- with the CA key, because that's the only key that the CA ever interacts
- with."
+ desc "Manage the CA's private on disk. This terminus *only* works
+ with the CA key, because that's the only key that the CA ever interacts
+ with."
- store_in :privatekeydir
+ store_in :privatekeydir
- store_ca_at :cakey
+ store_ca_at :cakey
end