From c7cd7ecc3b35351de615e369d7d1b91651427bf2 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 28 Nov 2007 04:16:59 +0100 Subject: Fixing the markup on the pkgdmg provider so it is a bit better --- lib/puppet/reference/configuration.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/puppet/reference') diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb index c37b2e7dd..2c424e098 100644 --- a/lib/puppet/reference/configuration.rb +++ b/lib/puppet/reference/configuration.rb @@ -29,7 +29,9 @@ config = Puppet::Util::Reference.newreference(:configuration, :depth => 1, :doc elsif name.to_s == "confdir" val = "/etc/puppet" end - str += "- **Section**: %s\n" % object.section + + # Leave out the section information; it was apparently confusing people. + #str += "- **Section**: %s\n" % object.section unless val == "" str += "- **Default**: %s\n" % val end -- cgit