Add datadir back, as its used within a lot of tests

Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
Ken Barber 2013-09-02 21:55:30 -07:00
parent 59c1cbfbf8
commit 7d84b6ac0e

View file

@ -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,