Skip to content

Commit 3bb56c2

Browse files
(PE-40379) some debug
1 parent 903840b commit 3bb56c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/acceptance/peadm_spec/plans/test_migration.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
# get the config from new_primary_target and verify config looks as expected
4848
$peadm_config = run_task('peadm::get_peadm_config', $new_primary_target, '_catch_errors' => true).first.to_data()
4949
out::message("peadm_config: ${peadm_config}")
50+
out::message("peadm_config params: ${peadm_config['params']}")
51+
out::message("new_replica_target:${new_replica_target}.")
5052
# if new_replica_target is supplied then check that is in the expected place in the config
5153
if $new_replica_target {
5254
if $peadm_config['params']['replica_host'] == $new_replica_target {

0 commit comments

Comments
 (0)