From 58fb416e9f52a9dc834b735ffa7e5c425495c982 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 21 Apr 2008 22:30:01 -0500 Subject: Changing the File certificate terminus so that it saves to the :localcacert instead of :cacert. This way the :ca terminus saves to :cacert and the :file terminus saves to :localcacert. --- lib/puppet/indirector/certificate/file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/indirector/certificate/file.rb b/lib/puppet/indirector/certificate/file.rb index 5f4ade051..c19d001f4 100644 --- a/lib/puppet/indirector/certificate/file.rb +++ b/lib/puppet/indirector/certificate/file.rb @@ -5,5 +5,5 @@ class Puppet::SSL::Certificate::File < Puppet::Indirector::SslFile desc "Manage SSL certificates on disk." store_in :certdir - store_ca_at :cacert + store_ca_at :localcacert end -- cgit