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 903840b commit 3bb56c2Copy full SHA for 3bb56c2
spec/acceptance/peadm_spec/plans/test_migration.pp
@@ -47,6 +47,8 @@
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()
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}.")
52
# if new_replica_target is supplied then check that is in the expected place in the config
53
if $new_replica_target {
54
if $peadm_config['params']['replica_host'] == $new_replica_target {
0 commit comments