We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33037 commit 782a923Copy full SHA for 782a923
spec/acceptance/stdlib_deferrable_epp_spec.rb
@@ -10,7 +10,7 @@
10
$_epp = "port=<%= $port %>\npassword=<%= $password %>\n"
11
$_testfile = $facts['os']['family'] ? {
12
'windows' => 'C:\\test.epp',
13
- default => '/tmp/test.epp,
+ default => '/tmp/test.epp',
14
}
15
16
file{ $_testfile:
@@ -24,7 +24,7 @@
24
rm_testfile = <<-MANIFEST
25
26
27
28
29
file { "${_testfile}.rendered":
30
ensure => absent,
0 commit comments