summaryrefslogtreecommitdiffstats
path: root/lib/puppet/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/config.rb')
-rw-r--r--lib/puppet/config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/config.rb b/lib/puppet/config.rb
index 010473dbf..b8a41ca4d 100644
--- a/lib/puppet/config.rb
+++ b/lib/puppet/config.rb
@@ -321,7 +321,6 @@ class Config
}
bucket = Puppet::TransBucket.new
- bucket.autoname = true
bucket.name = "autosection-%s" % bucket.object_id
bucket.type = section
bucket.push(*objects)
@@ -399,7 +398,6 @@ Generated on #{Time.now}.
end
topbucket.type = "puppetconfig"
topbucket.top = true
- topbucket.autoname = true
# Now iterate over each section
eachsection do |section|