summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-05-12 18:16:29 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitfc2904955ca6e77bda8719671df200e0811c38cd (patch)
treebf8b3c461e0bb7f406cabd0e2420e675df5bcfd4 /test
parent631552c58c9658780d0618c6b2fdfdc5a95465ea (diff)
downloadpuppet-fc2904955ca6e77bda8719671df200e0811c38cd.tar.gz
puppet-fc2904955ca6e77bda8719671df200e0811c38cd.tar.xz
puppet-fc2904955ca6e77bda8719671df200e0811c38cd.zip
feature #2276 Single Executable: use new names for settings sections
The puppet-internal settings sections aren't actually exposed to the user, but to reduce confusion I've renamed them to be consistent with the single-executable application names. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/other/report.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/report.rb b/test/other/report.rb
index dd3689432..9e0a9bbbe 100755
--- a/test/other/report.rb
+++ b/test/other/report.rb
@@ -72,7 +72,7 @@ class TestReports < Test::Unit::TestCase
# We have to reuse reporting here because of something going on in the
# server/report.rb file
- Puppet.settings.use(:main, :puppetmasterd)
+ Puppet.settings.use(:main, :master)
3.times { |i|
log = Puppet.warning("Report test message %s" % i)