diff options
-rwxr-xr-x | lib/puppet/sslcertificates.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/sslcertificates.rb b/lib/puppet/sslcertificates.rb index 15cd9774b..d237192c5 100755 --- a/lib/puppet/sslcertificates.rb +++ b/lib/puppet/sslcertificates.rb @@ -41,7 +41,7 @@ module Puppet::SSLCertificates :mode => 0644, :desc => "Where individual hosts store and look for their public key." }, - :localcacert => { :default => "$certdir/cacert.pem", + :localcacert => { :default => "$certdir/ca.pem", :mode => 0644, :desc => "Where each client stores the CA certificate." } |