Skip to content

Commit

Permalink
Add acceptence test
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Apr 15, 2024
1 parent 9b33037 commit 782a923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/stdlib_deferrable_epp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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,
Expand Down

0 comments on commit 782a923

Please sign in to comment.