From 7a2af4e80ad780c7aaa9d1bcc36656fd0b0bedd9 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sat, 19 Apr 2025 00:04:52 +0200 Subject: [PATCH] recommit for updates in build 12 --- doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html index 2a4704c..7faeabd 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html @@ -119,7 +119,8 @@ 21 22 23 -24 +24 +25
# File 'manifests/main/files.pp', line 6
@@ -140,6 +141,7 @@ class postgresql_cd::main::files (
       seltype  => postgresql_db_t,
       seluser  => unconfined_u,
       content  => template('postgresql_cd/pg_hba.conf.erb'),
+      notify   => Service[$pl_service],
     }
   }
 }