From 3700b37e2386e7dbaabd90b7ba13c3dce06203d2 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 17 Jan 2006 07:11:50 +0000 Subject: 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 --- test/executables/puppetmodule.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables') 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 -- cgit