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