diff --git a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html index 8e0dd28..c0f13e6 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html @@ -477,7 +477,7 @@ class postgresql_cd::params ( $pl_data_dir = '/var/lib/pgsql/data/' # files - $pl_pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf" + $pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf" $pl_pg_hba_rule_conf = 'postgresql_cd/pg_hba_rule.conf.erb' # includes must be last diff --git a/manifests/params.pp b/manifests/params.pp index 21a2ac8..a47b23a 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -57,7 +57,7 @@ class postgresql_cd::params ( $pl_data_dir = '/var/lib/pgsql/data/' # files - $pl_pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf" + $pl_pg_hba_conf = "${pl_data_dir}/pg_hba.conf" $pl_pg_hba_rule_conf = 'postgresql_cd/pg_hba_rule.conf.erb' # includes must be last