From f1b624c45c050b15e45f0c61551e67ea2f6870b9 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Wed, 1 Oct 2025 18:32:29 +0200 Subject: [PATCH] Recommit for updates in build 25 --- .../postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], }