diff options
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r-- | lib/puppet/defaults.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 4924f2ced..ef194bc31 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -284,6 +284,7 @@ module Puppet ) setdefaults(:ca, + :ca_name => ["$certname", "The name to use the Certificate Authority certificate."], :cadir => { :default => "$ssldir/ca", :owner => "service", :group => "service", |