|
138 | 138 | Array[String[1]] $ipv4acls = $postgresql::params::ipv4acls,
|
139 | 139 | Array[String[1]] $ipv6acls = $postgresql::params::ipv6acls,
|
140 | 140 |
|
141 |
| - Variant[String[1], Stdlib::Absolutepath] $initdb_path = $postgresql::params::initdb_path, |
142 |
| - Variant[String[1], Stdlib::Absolutepath] $psql_path = $postgresql::params::psql_path, |
143 |
| - Variant[String[1], Stdlib::Absolutepath] $pg_hba_conf_path = $postgresql::params::pg_hba_conf_path, |
144 |
| - Variant[String[1], Stdlib::Absolutepath] $pg_ident_conf_path = $postgresql::params::pg_ident_conf_path, |
145 |
| - Variant[String[1], Stdlib::Absolutepath] $postgresql_conf_path = $postgresql::params::postgresql_conf_path, |
| 141 | + Stdlib::Absolutepath $initdb_path = $postgresql::params::initdb_path, |
| 142 | + Stdlib::Absolutepath $psql_path = $postgresql::params::psql_path, |
| 143 | + Stdlib::Absolutepath $pg_hba_conf_path = $postgresql::params::pg_hba_conf_path, |
| 144 | + Stdlib::Absolutepath $pg_ident_conf_path = $postgresql::params::pg_ident_conf_path, |
| 145 | + Stdlib::Absolutepath $postgresql_conf_path = $postgresql::params::postgresql_conf_path, |
146 | 146 | Optional[Stdlib::Filemode] $postgresql_conf_mode = $postgresql::params::postgresql_conf_mode,
|
147 |
| - Variant[String[1], Stdlib::Absolutepath] $recovery_conf_path = $postgresql::params::recovery_conf_path, |
| 147 | + Stdlib::Absolutepath $recovery_conf_path = $postgresql::params::recovery_conf_path, |
148 | 148 |
|
149 | 149 | String[1] $datadir = $postgresql::params::datadir,
|
150 | 150 | Optional[String[1]] $xlogdir = $postgresql::params::xlogdir,
|
|
0 commit comments