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 3bb56c2 commit 5c6bd94Copy full SHA for 5c6bd94
spec/acceptance/peadm_spec/plans/test_migration.pp
@@ -45,7 +45,7 @@
45
}
46
47
# get the config from new_primary_target and verify config looks as expected
48
- $peadm_config = run_task('peadm::get_peadm_config', $new_primary_target, '_catch_errors' => true).first.to_data()
+ $peadm_config = run_task('peadm::get_peadm_config', $primary_target).first.value
49
out::message("peadm_config: ${peadm_config}")
50
out::message("peadm_config params: ${peadm_config['params']}")
51
out::message("new_replica_target:${new_replica_target}.")
0 commit comments