summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-04 23:09:34 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-04 23:09:34 +0000
commit1f8de9d0c211ac5641f5ad827a0f478fff6bd223 (patch)
treecd376d4ec4baa846ea9d9e885af7400ea97f63f5 /lib/puppet/network/handler
parentf783859c6fb9dd7eb79a6775b3fb58441b4a8b9c (diff)
downloadpuppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.tar.gz
puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.tar.xz
puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.zip
Consolidating all of the configuration parameter declarations into configuration, at least partially just because then the docs for each parameter have to be a bit better. Also, I have gotten rid of the "puppet" section, replacing it with "main", and changed, added, or removed a couple of other sections. In general, we should now prefer more sections, rather than fewer.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2463 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/network/handler')
-rw-r--r--lib/puppet/network/handler/ca.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/handler/ca.rb b/lib/puppet/network/handler/ca.rb
index 06e0486bf..a52c1556e 100644
--- a/lib/puppet/network/handler/ca.rb
+++ b/lib/puppet/network/handler/ca.rb
@@ -56,7 +56,7 @@ class Puppet::Network::Handler
end
def initialize(hash = {})
- Puppet.config.use(:puppet, :certificates, :ca)
+ Puppet.config.use(:main, :ssl, :ca)
if hash.include? :autosign
@autosign = hash[:autosign]
end