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 66f40b9 commit 3e09bd4Copy full SHA for 3e09bd4
plans/util/retrieve_and_upload.pp
@@ -32,7 +32,7 @@
32
$operating_system = run_task('peadm::os_identification', 'local://localhost')
33
$os_string = $operating_system.first.value['osfamily']
34
35
-if os_string == 'windows' {
+if $os_string == 'windows' {
36
$exists = run_command("[System.IO.File]::Exists('${local_path}')", 'local://localhost')
37
if $exists.first['stdout'].chomp == 'false' {
38
run_task('peadm::download', 'local://localhost',
0 commit comments