From aa30d3e61d27a4224e57170a2b3d6d7a9b3ceeac Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Mon, 10 Mar 2025 16:04:12 +0100 Subject: [PATCH] recommit for updates in build 9 --- doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Afiles.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Afiles.html index d82cf53..09b1761 100644 --- a/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Afiles.html @@ -149,7 +149,9 @@ 51 52 53 -54 +54 +55 +56
# File 'manifests/main/files.pp', line 6
@@ -194,6 +196,7 @@ class alloy_cd::main::files (
     owner  => 'root',
     group  => 'adm',
     mode   => '0640',
+    notify => Service[$ay_service],
   }
 
   file { '/var/log/secure':
@@ -201,6 +204,7 @@ class alloy_cd::main::files (
     owner  => 'root',
     group  => 'adm',
     mode   => '0640',
+    notify => Service[$ay_service],
   }
 }