From d7ab366615cfb3c4daab6c5a958c784f5ba5a7da Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 19 Apr 2025 00:04:06 +0200 Subject: [PATCH] add file control for pg_hba --- manifests/main/files.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 5e0e850..bc277d5 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -19,6 +19,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], } } }