summaryrefslogtreecommitdiffstats
path: root/test/puppet/defaults.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-02 07:30:14 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-02 07:30:14 +0000
commit95856eaaf02361ff597ca2c85e51cf141fe81280 (patch)
treedb31ba74ce65523fa9dcd4d1cae0cd75c55a4395 /test/puppet/defaults.rb
parentff1df8e1aef99dbdc222c5d5d808494fd08e7f83 (diff)
downloadpuppet-95856eaaf02361ff597ca2c85e51cf141fe81280.tar.gz
puppet-95856eaaf02361ff597ca2c85e51cf141fe81280.tar.xz
puppet-95856eaaf02361ff597ca2c85e51cf141fe81280.zip
Okay, Puppet is now almost entirely capable of configuring itself. I have not yet added the extra tests to puppetmasterd to make sure it can start as a normal user, and the executables still fail some simple tests because they are producing output when they start (I will get rid of the output), but overall things look pretty good.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@965 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/puppet/defaults.rb')
-rwxr-xr-xtest/puppet/defaults.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/puppet/defaults.rb b/test/puppet/defaults.rb
index 73759ca6b..2557140e6 100755
--- a/test/puppet/defaults.rb
+++ b/test/puppet/defaults.rb
@@ -95,7 +95,7 @@ class TestPuppetDefaults < Test::Unit::TestCase
testvals.each { |param, default|
assert_nothing_raised {
- Puppet.setdefaults("testing", [param, default, "a value"])
+ Puppet.setdefaults("testing", param => [default, "a value"])
}
}
end