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 8df3216 commit c8d935dCopy full SHA for c8d935d
plans/subplans/install.pp
@@ -74,6 +74,9 @@
74
) {
75
peadm::assert_supported_pe_version($version, $permit_unsafe_versions)
76
77
+ # output values of stagingdir and uploaddir for debugging purposes
78
+ out::message("Using stagingdir ${stagingdir} and uploaddir ${uploaddir}")
79
+
80
# Convert inputs into targets.
81
$primary_target = peadm::get_targets($primary_host, 1)
82
$replica_target = peadm::get_targets($replica_host, 1)
0 commit comments