Skip to content

Commit ea9d308

Browse files
committed
debugging
1 parent fa61176 commit ea9d308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plans/subplans/install.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,11 @@
203203
)
204204
} else {
205205
# Download PE tarballs directly to nodes that need it
206-
run_task('peadm::download', $pe_installer_targets,
206+
$result = run_task('peadm::download', $pe_installer_targets,
207207
source => $pe_tarball_source,
208208
path => $upload_tarball_path,
209209
)
210+
out::message($result)
210211
}
211212

212213
# Create csr_attributes.yaml files for the nodes that need them. Ensure that

0 commit comments

Comments
 (0)