From 1cbdf12950eb1fcd1d445f4b6fb898e988bf0513 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 13:36:57 +0100 Subject: [PATCH] fix params --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index fe79ad3..c7b09f4 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -3,6 +3,7 @@ # Author: Arne Teuke (arne_teuke@confdroid.com) # @param [string] reqpackages which packages to install # @param [string] pkg_ensure 'latest' or 'present' +# @param [string] ay_loki_url the url where alloy will send logs to. # @param [string] ay_loki_username the username to logon to loki # @param [string] ay_loki_userpass the password to logon to loki # @summary Class contains all parameters for the cd_alloy module.