summaryrefslogtreecommitdiffstats
path: root/test/server
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-17 07:11:50 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-17 07:11:50 +0000
commit3700b37e2386e7dbaabd90b7ba13c3dce06203d2 (patch)
tree28a691598edd5e56332c0d8e254263fb4fe8a9f4 /test/server
parent92a780a3106f863e442c12897184abbe39fe3310 (diff)
Adding an "ensure" state where appropriate, and significantly reworking the builtin docs.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@832 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/server')
-rw-r--r--test/server/master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/server/master.rb b/test/server/master.rb
index 3ccd176f8..a300a18a4 100644
--- a/test/server/master.rb
+++ b/test/server/master.rb
@@ -134,7 +134,7 @@ class TestMaster < Test::Unit::TestCase
Puppet::Type.allclear
File.open(manifest, "w") { |f|
- f.puts "file { \"%s\": create => true }\n" % file2
+ f.puts "file { \"%s\": ensure => file }\n" % file2
}
assert_nothing_raised {
client.getconfig