diff options
Diffstat (limited to 'test/executables/puppetmodule.rb')
-rwxr-xr-x | test/executables/puppetmodule.rb | 2 |
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 |