|
25 | 25 | } |
26 | 26 |
|
27 | 27 | $common_params = { |
28 | | - console_password => 'puppetlabs', |
| 28 | + console_password => 'puppetLabs123!', |
29 | 29 | download_mode => $download_mode, |
30 | 30 | code_manager_auto_configure => $code_manager_auto_configure, |
31 | 31 | version => $version, |
|
35 | 35 |
|
36 | 36 | $arch_params = |
37 | 37 | case $architecture { |
38 | | - 'standard': { { |
| 38 | + 'standard': {{ |
39 | 39 | primary_host => $t.filter |$n| { $n.vars['role'] == 'primary' }, |
40 | 40 | } } |
41 | | - 'standard-with-dr': { { |
| 41 | + 'standard-with-dr': {{ |
42 | 42 | primary_host => $t.filter |$n| { $n.vars['role'] == 'primary' }, |
43 | 43 | replica_host => $t.filter |$n| { $n.vars['role'] == 'replica' }, |
44 | 44 | } } |
45 | | - 'large': { { |
| 45 | + 'large': {{ |
46 | 46 | primary_host => $t.filter |$n| { $n.vars['role'] == 'primary' }, |
47 | 47 | compiler_hosts => $t.filter |$n| { $n.vars['role'] == 'compiler' }, |
48 | 48 | } } |
49 | | - 'large-with-dr': { { |
| 49 | + 'large-with-dr': {{ |
50 | 50 | primary_host => $t.filter |$n| { $n.vars['role'] == 'primary' }, |
51 | 51 | replica_host => $t.filter |$n| { $n.vars['role'] == 'replica' }, |
52 | 52 | compiler_hosts => $t.filter |$n| { $n.vars['role'] == 'compiler' }, |
53 | 53 | } } |
54 | | - 'extra-large': { { |
| 54 | + 'extra-large': {{ |
55 | 55 | primary_host => $t.filter |$n| { $n.vars['role'] == 'primary' }, |
56 | 56 | primary_postgresql_host => $t.filter |$n| { $n.vars['role'] == 'primary-pdb-postgresql' }, |
57 | 57 | compiler_hosts => $t.filter |$n| { $n.vars['role'] == 'compiler' }, |
58 | 58 | } } |
59 | | - 'extra-large-with-dr': { { |
| 59 | + 'extra-large-with-dr': {{ |
60 | 60 | primary_host => $t.filter |$n| { $n.vars['role'] == 'primary' }, |
61 | 61 | primary_postgresql_host => $t.filter |$n| { $n.vars['role'] == 'primary-pdb-postgresql' }, |
62 | 62 | replica_host => $t.filter |$n| { $n.vars['role'] == 'replica' }, |
|
0 commit comments