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 aad08d4 commit 6a8a0dfCopy full SHA for 6a8a0df
plans/migrate.pp
@@ -21,7 +21,7 @@
21
run_command('hostname', $all_hosts) # verify can connect to targets
22
23
# verify the cluster we are migrating from is operational and is a supported architecture
24
- $cluster = run_task('peadm::get_peadm_config', $targets).first.value
+ $cluster = run_task('peadm::get_peadm_config', $old_primary_host).first.value
25
$error = getvar('cluster.error')
26
if $error {
27
fail_plan($error)
0 commit comments