|
131 | 131 | 'puppet_enterprise::profile::master' => { |
132 | 132 | # lint:ignore:single_quote_string_with_variables |
133 | 133 | 'puppetdb_host' => ['${trusted[\'certname\']}', $internal_compiler_b_pool_address].filter |$_| { $_ }, |
| 134 | + 'puppetdb_port' => ['${trusted[\'certname\']}', $internal_compiler_b_pool_address].filter |$_| { $_ }.map |$_| { 8081 }, |
134 | 135 | # lint:endignore |
135 | | - 'puppetdb_port' => [8081], |
136 | 136 | }, |
137 | 137 | }, |
138 | 138 | data => { |
|
190 | 190 | 'puppet_enterprise::profile::master' => { |
191 | 191 | # lint:ignore:single_quote_string_with_variables |
192 | 192 | 'puppetdb_host' => ['${trusted[\'certname\']}', $internal_compiler_a_pool_address].filter |$_| { $_ }, |
| 193 | + 'puppetdb_port' => ['${trusted[\'certname\']}', $internal_compiler_a_pool_address].filter |$_| { $_ }.map |$_| { 8081 }, |
193 | 194 | # lint:endignore |
194 | | - 'puppetdb_port' => [8081], |
195 | 195 | }, |
196 | 196 | }, |
197 | 197 | data => { |
|
209 | 209 | classes => { |
210 | 210 | 'puppet_enterprise::profile::master' => { |
211 | 211 | 'puppetdb_host' => [$internal_compiler_a_pool_address, $internal_compiler_b_pool_address].filter |$_| { $_ }, |
212 | | - 'puppetdb_port' => [8081], |
| 212 | + 'puppetdb_port' => [$internal_compiler_a_pool_address, $internal_compiler_b_pool_address].filter |$_| { $_ }.map |$_| { 8081 }, |
213 | 213 | }, |
214 | 214 | }, |
215 | 215 | } |
|
227 | 227 | classes => { |
228 | 228 | 'puppet_enterprise::profile::master' => { |
229 | 229 | 'puppetdb_host' => [$internal_compiler_b_pool_address, $internal_compiler_a_pool_address].filter |$_| { $_ }, |
230 | | - 'puppetdb_port' => [8081], |
| 230 | + 'puppetdb_port' => [$internal_compiler_b_pool_address, $internal_compiler_a_pool_address].filter |$_| { $_ }.map |$_| { 8081 }, |
231 | 231 | }, |
232 | 232 | }, |
233 | 233 | data => { |
|
251 | 251 | classes => { |
252 | 252 | 'puppet_enterprise::profile::master' => { |
253 | 253 | 'puppetdb_host' => [$internal_compiler_a_pool_address, $internal_compiler_a_pool_address].filter |$_| { $_ }, |
254 | | - 'puppetdb_port' => [8081], |
| 254 | + 'puppetdb_port' => [$internal_compiler_a_pool_address, $internal_compiler_a_pool_address].filter |$_| { $_ }.map |$_| { 8081 }, |
255 | 255 | }, |
256 | 256 | }, |
257 | 257 | data => { |
|
0 commit comments