From e8180a106135fe732c5045e0a220a6274f2aa3ff Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 14:08:05 +0100 Subject: [PATCH] add log targets --- manifests/params.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/params.pp b/manifests/params.pp index f7e32f2..81f8cfd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -17,6 +17,10 @@ $pkg_ensure = 'latest', $ay_loki_url = 'https://loki.example.net/loki/api/v1/push', $ay_loki_username = '', $ay_loki_userpass = '', +$ay_log_targets = [ + '/var/log/messages', + '/var/log/secure', + ], ) {