|
79 | 79 |
|
80 | 80 | peadm::assert_supported_pe_version($version, $permit_unsafe_versions) |
81 | 81 |
|
82 | | - # Log parameters for debugging |
83 | | - peadm::log_plan_parameters({ |
84 | | - '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, |
90 | | - 'begin_at_step' => $begin_at_step, |
91 | | - 'version' => $version, |
92 | | - }) |
93 | | - |
94 | 82 | $install_result = run_plan('peadm::subplans::install', |
95 | 83 | # Standard |
96 | 84 | primary_host => $primary_host, |
|
154 | 142 | stagingdir => $stagingdir, |
155 | 143 | final_agent_state => $final_agent_state, |
156 | 144 | ) |
| 145 | + # Log parameters for debugging |
| 146 | + peadm::log_plan_parameters({ |
| 147 | + 'primary_host' => $primary_host, |
| 148 | + 'replica_host' => $replica_host, |
| 149 | + 'compiler_hosts' => $compiler_hosts, |
| 150 | + 'legacy_compilers' => $legacy_compilers, |
| 151 | + 'primary_postgresql_host' => $primary_postgresql_host, |
| 152 | + 'replica_postgresql_host' => $replica_postgresql_host, |
| 153 | + 'begin_at_step' => $begin_at_step, |
| 154 | + 'version' => $version, |
| 155 | + }) |
157 | 156 |
|
158 | 157 | # Return a string banner reporting on what was done |
159 | 158 | return([$install_result, $configure_result]) |
|
0 commit comments