From 1374e4ebe54912225979cd30d4bc1bb74bbb7800 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 30 Jan 2007 01:21:19 +0000 Subject: Moving the switch that disables the certificate authority into the main library, so they can be disabled in the configuration file. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2118 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/sslcertificates/ca.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/puppet/sslcertificates') diff --git a/lib/puppet/sslcertificates/ca.rb b/lib/puppet/sslcertificates/ca.rb index 572abafd7..13b845472 100644 --- a/lib/puppet/sslcertificates/ca.rb +++ b/lib/puppet/sslcertificates/ca.rb @@ -5,6 +5,8 @@ class Puppet::SSLCertificates::CA attr_accessor :keyfile, :file, :config, :dir, :cert, :crl Puppet.setdefaults(:ca, + :ca => [true, + "Whether a CA should be started in puppetmasterd."], :cadir => { :default => "$ssldir/ca", :owner => "$user", :group => "$group", -- cgit