|
71 | 71 | Boolean $automatic_dlo_cleanup = $puppetdb::params::automatic_dlo_cleanup, |
72 | 72 | String[1] $cleanup_timer_interval = $puppetdb::params::cleanup_timer_interval, |
73 | 73 | Integer[1] $dlo_max_age = $puppetdb::params::dlo_max_age, |
| 74 | + Boolean $show_password = $puppetdb::params::show_password, |
74 | 75 | ) inherits puppetdb::params { |
75 | 76 |
|
76 | 77 | # Apply necessary suffix if zero is specified. |
|
176 | 177 | confdir => $confdir, |
177 | 178 | puppetdb_user => $puppetdb_user, |
178 | 179 | puppetdb_group => $puppetdb_group, |
| 180 | + show_password => $show_password, |
179 | 181 | notify => Service[$puppetdb_service], |
180 | 182 | } |
181 | 183 |
|
|
197 | 199 | puppetdb_group => $puppetdb_group, |
198 | 200 | notify => Service[$puppetdb_service], |
199 | 201 | database_max_pool_size => $read_database_max_pool_size, |
| 202 | + show_password => $show_password, |
200 | 203 | } |
201 | 204 |
|
202 | 205 | if $ssl_deploy_certs { |
|
248 | 251 | notify => Service[$puppetdb_service], |
249 | 252 | puppetdb_user => $puppetdb_user, |
250 | 253 | puppetdb_group => $puppetdb_group, |
| 254 | + show_password => $show_password, |
251 | 255 | } |
252 | 256 |
|
253 | 257 | class { 'puppetdb::server::puppetdb': |
|
0 commit comments