diff --git a/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html b/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html index 06f63ef..7498865 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html @@ -173,7 +173,7 @@ class postgresql_cd::server::pghba::pg_hba ( concat { $pl_pg_hba_conf: ensure => present, owner => 'postgres', - mode => '0640', + mode => '0600', notify => Service[$pl_service], }