Skip to content

Commit 34a73bb

Browse files
committed
fix call again
1 parent 4c41d80 commit 34a73bb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

plans/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
peadm::assert_supported_pe_version($version, $permit_unsafe_versions)
8181

8282
# Log parameters for debugging
83-
peadm::log_plan_params({
83+
peadm::log_plan_parameters({
8484
'primary_host' => $primary_host,
8585
'replica_host' => $replica_host,
8686
'compiler_hosts' => $compiler_hosts,

plans/upgrade.pp

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

7676
# Log parameters for debugging
77-
peadm::log_plan_params({
77+
peadm::log_plan_parameters({
7878
'primary_host' => $primary_host,
7979
'replica_host' => $replica_host,
8080
'compiler_hosts' => $compiler_hosts,
File renamed without changes.

0 commit comments

Comments
 (0)