From 1e3b8f0863bb715b463801eda887210351480d71 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 10 Mar 2025 16:03:17 +0100 Subject: [PATCH] add file control for main log files --- manifests/main/files.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index a153ab4..ebaf02d 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -43,6 +43,7 @@ class alloy_cd::main::files ( owner => 'root', group => 'adm', mode => '0640', + notify => Service[$ay_service], } file { '/var/log/secure': @@ -50,5 +51,6 @@ class alloy_cd::main::files ( owner => 'root', group => 'adm', mode => '0640', + notify => Service[$ay_service], } }