Skip to content

Commit a07ed76

Browse files
committed
specify targets
1 parent a94b8d6 commit a07ed76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plans/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
# Log parameters for debugging
8383
peadm::log_plan_parameters({
84-
'targets' => $targets,
84+
'targets' => $primary_host, $replica_host, $compiler_hosts, $legacy_compilers, $primary_postgresql_host, $replica_postgresql_host,
8585
'primary_host' => $primary_host,
8686
'mode' => $mode,
8787
'begin_at_step' => $begin_at_step,

plans/upgrade.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# Log parameters for debugging
7777
peadm::log_plan_parameters({
78-
'targets' => $targets,
78+
'targets' => $primary_target, $replica_target, $compiler_targets, $primary_postgresql_target, $replica_postgresql_target,
7979
'primary_host' => $primary_host,
8080
'mode' => $mode,
8181
'begin_at_step' => $begin_at_step,

0 commit comments

Comments
 (0)