summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-05-12 18:36:14 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commita32381e822779b56030f6bd7009cd978970cecd2 (patch)
treec6ab17ae7577c27bf799c6bb7a203d07ec814047 /lib/puppet
parent5937af412234354382902b80f9f38c6e328ac0a8 (diff)
downloadpuppet-a32381e822779b56030f6bd7009cd978970cecd2.tar.gz
puppet-a32381e822779b56030f6bd7009cd978970cecd2.tar.xz
puppet-a32381e822779b56030f6bd7009cd978970cecd2.zip
Feature #2935 remove misleading comment
Remove a stale comment about how settings work Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/util/settings.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/puppet/util/settings.rb b/lib/puppet/util/settings.rb
index 3a4bf5c5b..b2563e996 100644
--- a/lib/puppet/util/settings.rb
+++ b/lib/puppet/util/settings.rb
@@ -879,10 +879,7 @@ Generated on #{Time.now}.
end
end
- # This is an abstract method that just turns a file in to a hash of hashes.
- # We mostly need this for backward compatibility -- as of May 2007 we need to
- # support parsing old files with any section, or new files with just two
- # valid sections.
+ # This method just turns a file in to a hash of hashes.
def parse_file(file)
text = read_file(file)