From 0e783c2df1671efde5ada041ea0b8f40d0ed3862 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Sat, 1 May 2021 20:52:12 +0200 Subject: [PATCH] Install auditd and have its log checked by logcheck --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 5000faf..96a09a4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,4 +20,5 @@ class logcheck ( replace => true, ; } + File <| tag == 'logcheck-logfile' |> } -- 2.39.5