|
75 | 75 | Boolean $permit_unsafe_versions = false,
|
76 | 76 | String $token_lifetime = '1y',
|
77 | 77 | ) {
|
| 78 | + # Log parameters for debugging |
| 79 | + peadm::log_plan_params({ |
| 80 | + 'primary_host' => $primary_host, |
| 81 | + 'replica_host' => $replica_host, |
| 82 | + 'compiler_hosts' => $compiler_hosts, |
| 83 | + 'legacy_compilers' => $legacy_compilers, |
| 84 | + 'primary_postgresql_host' => $primary_postgresql_host, |
| 85 | + 'replica_postgresql_host' => $replica_postgresql_host, |
| 86 | + 'version' => $version, |
| 87 | + }) |
| 88 | + |
| 89 | + peadm::assert_supported_bolt_version() |
| 90 | + |
| 91 | + peadm::assert_supported_pe_version($version, $permit_unsafe_versions) |
| 92 | + |
| 93 | + # Log parameters for debugging |
| 94 | + peadm::log_plan_params({ |
| 95 | + 'primary_host' => $primary_host, |
| 96 | + 'replica_host' => $replica_host, |
| 97 | + 'compiler_hosts' => $compiler_hosts, |
| 98 | + 'legacy_compilers' => $legacy_compilers, |
| 99 | + 'primary_postgresql_host' => $primary_postgresql_host, |
| 100 | + 'replica_postgresql_host' => $replica_postgresql_host, |
| 101 | + 'version' => $version, |
| 102 | + }) |
| 103 | + |
78 | 104 | peadm::assert_supported_bolt_version()
|
79 | 105 |
|
80 | 106 | peadm::assert_supported_pe_version($version, $permit_unsafe_versions)
|
|
0 commit comments