3
0

Merge branch 'jenkins-build-25' into 'master'

Auto-merge for build 25

See merge request puppet/postgresql_cd!22
This commit is contained in:
2025-10-01 16:33:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -21,7 +21,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],
}