summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorHendrik Jaeger <git-commit@henk.geekmail.org>2021-05-01 20:52:12 +0200
committerHendrik Jaeger <git-commit@henk.geekmail.org>2021-05-01 20:52:12 +0200
commit0e783c2df1671efde5ada041ea0b8f40d0ed3862 (patch)
treeabe76c31e7fbc84d33718c76a722a1a2155b2e05 /manifests/init.pp
parentd61dddede7aeb4e19b75da12a11b28b3c6b8a02b (diff)
Install auditd and have its log checked by logcheck
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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' |>
}