Skip to content

Commit f5e6f4c

Browse files
committed
change how targets are referenced
1 parent a07ed76 commit f5e6f4c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

plans/install.pp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,12 @@
8181

8282
# Log parameters for debugging
8383
peadm::log_plan_parameters({
84-
'targets' => $primary_host, $replica_host, $compiler_hosts, $legacy_compilers, $primary_postgresql_host, $replica_postgresql_host,
8584
'primary_host' => $primary_host,
85+
'replica_host' => $replica_host,
86+
'compiler_hosts' => $compiler_hosts,
87+
'legacy_compilers' => $legacy_compilers,
88+
'primary_postgresql_host' => $primary_postgresql_host,
89+
'replica_postgresql_host' => $replica_postgresql_host,
8690
'mode' => $mode,
8791
'begin_at_step' => $begin_at_step,
8892
'version' => $version,

plans/upgrade.pp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@
7575

7676
# Log parameters for debugging
7777
peadm::log_plan_parameters({
78-
'targets' => $primary_target, $replica_target, $compiler_targets, $primary_postgresql_target, $replica_postgresql_target,
7978
'primary_host' => $primary_host,
79+
'replica_host' => $replica_host,
80+
'compiler_hosts' => $compiler_hosts,
81+
'primary_postgresql_host' => $primary_postgresql_host,
82+
'replica_postgresql_host' => $replica_postgresql_host,
8083
'mode' => $mode,
8184
'begin_at_step' => $begin_at_step,
8285
'version' => $version,

0 commit comments

Comments
 (0)