Add datadir back, as its used within a lot of tests
Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
parent
59c1cbfbf8
commit
7d84b6ac0e
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ class postgresql::server (
|
|||
$pg_hba_conf_path = $postgresql::params::pg_hba_conf_path,
|
||||
$postgresql_conf_path = $postgresql::params::postgresql_conf_path,
|
||||
|
||||
$datadir = $postgresql::params::datadir,
|
||||
|
||||
$pg_hba_conf_defaults = $postgresql::params::pg_hba_conf_defaults,
|
||||
|
||||
$user = $postgresql::params::user,
|
||||
|
|
Loading…
Reference in a new issue