From 512245b8c91d468b0044b2b98f9b97dba383e138 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Mon, 24 Feb 2025 13:34:11 +0100 Subject: [PATCH] recommit for updates in build 29 --- doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html index 6dd56ee..c0f8a5b 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html @@ -122,7 +122,8 @@ 24 25 26 -27 +27 +28
# File 'manifests/main/files.pp', line 6
@@ -146,6 +147,7 @@ class cd_alloy::main::files (
     seltype   => etc_t,
     seluser   => system_u,
     content   => template('cd_alloy/config.alloy.erb'),
+    notify    => Service[$ay_service],
   }
 
 }