diff --git a/spec/acceptance/stdlib_deferrable_epp_spec.rb b/spec/acceptance/stdlib_deferrable_epp_spec.rb index ae0af8e8b..dc20f8a2c 100644 --- a/spec/acceptance/stdlib_deferrable_epp_spec.rb +++ b/spec/acceptance/stdlib_deferrable_epp_spec.rb @@ -10,7 +10,7 @@ $_epp = "port=<%= $port %>\npassword=<%= $password %>\n" $_testfile = $facts['os']['family'] ? { 'windows' => 'C:\\test.epp', - default => '/tmp/test.epp, + default => '/tmp/test.epp', } file{ $_testfile: @@ -24,7 +24,7 @@ rm_testfile = <<-MANIFEST $_testfile = $facts['os']['family'] ? { 'windows' => 'C:\\test.epp', - default => '/tmp/test.epp, + default => '/tmp/test.epp', } file { "${_testfile}.rendered": ensure => absent,