diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-28 23:42:00 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-28 23:42:00 +0000 |
commit | a6c38b5de22f6b80b2592492826d84e22b1a1503 (patch) | |
tree | e63d192f805bad6bf696c635f81f31d90126ed3b | |
parent | 04b25572bda950d3d088a31d88b4c27d35274fa2 (diff) | |
download | puppet-a6c38b5de22f6b80b2592492826d84e22b1a1503.tar.gz puppet-a6c38b5de22f6b80b2592492826d84e22b1a1503.tar.xz puppet-a6c38b5de22f6b80b2592492826d84e22b1a1503.zip |
Fixing location of ca cert
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1507 980ebf18-57e1-0310-9a29-db15c13687c0
-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." } |