summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/inventory.rb
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/sslcertificates/inventory.rb
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/sslcertificates/inventory.rb')
-rw-r--r--lib/puppet/sslcertificates/inventory.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/puppet/sslcertificates/inventory.rb b/lib/puppet/sslcertificates/inventory.rb
index 045780a69..156fff7ec 100644
--- a/lib/puppet/sslcertificates/inventory.rb
+++ b/lib/puppet/sslcertificates/inventory.rb
@@ -3,16 +3,6 @@
module Puppet::SSLCertificates
module Inventory
- Puppet.config.setdefaults(:ca,
- :cert_inventory => {
- :default => "$cadir/inventory.txt",
- :mode => 0644,
- :owner => "$user",
- :group => "$group",
- :desc => "A Complete listing of all certificates"
- }
- )
-
# Add CERT to the inventory of issued certs in '$cadir/inventory.txt'
# If no inventory exists yet, build an inventory and list all the
# certificates that have been signed so far