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