diff --git a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html index c0f13e6..2479581 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Aparams.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Aparams.html @@ -435,7 +435,8 @@ 62 63 64 -65 +65 +66
# File 'manifests/params.pp', line 23
@@ -477,8 +478,9 @@ class postgresql_cd::params (
   $pl_data_dir              = '/var/lib/pgsql/data/'
 
   # files
-  $pl_pg_hba_conf        = "${pl_data_dir}/pg_hba.conf"
-  $pl_pg_hba_rule_conf      = 'postgresql_cd/pg_hba_rule.conf.erb'
+  $pl_pg_hba_conf           = "${pl_data_dir}/pg_hba.conf"
+  $pl_pg_hba_rule_conf      = 'postgresql_cd/server/pghba/pg_hba_rule.conf.erb'
+  $pl_pg_hba_conf_erb       = 'postgresql_cd/server/pghba/pg_hba.conf.erb'
 
   # includes must be last
   include postgresql_cd::main::config