diff options
author | Luke Kanies <luke@madstop.com> | 2008-04-18 11:40:48 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-04-18 11:40:48 -0500 |
commit | 7cca66985a0f84b3904702df842d461c2b6431b7 (patch) | |
tree | 0584a880f837d412f8fd2ea6b71e0842123fb39d /lib/puppet | |
parent | 98db9850a7ef8bde01ffae2a80d640ff1e8e92b3 (diff) | |
download | puppet-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.rb | 2 |
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 |