summaryrefslogtreecommitdiffstats
path: root/test/executables
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/executables
parent92a780a3106f863e442c12897184abbe39fe3310 (diff)
downloadpuppet-3700b37e2386e7dbaabd90b7ba13c3dce06203d2.tar.gz
puppet-3700b37e2386e7dbaabd90b7ba13c3dce06203d2.tar.xz
puppet-3700b37e2386e7dbaabd90b7ba13c3dce06203d2.zip
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/executables')
-rwxr-xr-xtest/executables/puppetmodule.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetmodule.rb b/test/executables/puppetmodule.rb
index c0020779d..56173c4b6 100755
--- a/test/executables/puppetmodule.rb
+++ b/test/executables/puppetmodule.rb
@@ -25,7 +25,7 @@ class TestPuppetModule < Test::Unit::TestCase
createdfile = tempfile()
File.open(file, "w") { |f|
- f.puts "class yaytest { file { \"#{createdfile}\": create => true } }"
+ f.puts "class yaytest { file { \"#{createdfile}\": ensure => file } }"
}
output = nil