summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-18 11:40:48 -0500
committerLuke Kanies <luke@madstop.com>2008-04-18 11:40:48 -0500
commit7cca66985a0f84b3904702df842d461c2b6431b7 (patch)
tree0584a880f837d412f8fd2ea6b71e0842123fb39d /lib/puppet
parent98db9850a7ef8bde01ffae2a80d640ff1e8e92b3 (diff)
downloadpuppet-7cca66985a0f84b3904702df842d461c2b6431b7.tar.gz
puppet-7cca66985a0f84b3904702df842d461c2b6431b7.tar.xz
puppet-7cca66985a0f84b3904702df842d461c2b6431b7.zip
Adding a comment to the inventory class.
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/ssl/inventory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/ssl/inventory.rb b/lib/puppet/ssl/inventory.rb
index 038c1e4b8..3deb19852 100644
--- a/lib/puppet/ssl/inventory.rb
+++ b/lib/puppet/ssl/inventory.rb
@@ -1,7 +1,7 @@
require 'puppet/ssl'
require 'puppet/ssl/certificate'
-# Manage private and public keys as a pair.
+# Keep track of all of our known certificates.
class Puppet::SSL::Inventory
attr_reader :path