From 381a8d6c2e93983c509a378caa968e0d99b105ad Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 13:35:58 +0100 Subject: [PATCH] fix params --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 4e88eaf..fe79ad3 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -13,7 +13,7 @@ $reqpackages = 'alloy', $pkg_ensure = 'latest', # loki -$ay_loki_url = 'https://loki.example.net/loki/api/v1/push' +$ay_loki_url = 'https://loki.example.net/loki/api/v1/push', $ay_loki_username = '', $ay_loki_userpass = '',