summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
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)