From 45b1f314e8e1194bd0bf454768ec1c43793096cb Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 2 Mar 2025 15:17:39 +0100 Subject: [PATCH] fix datatype --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index d1c6608..0f926e0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -18,7 +18,7 @@ class alloy_cd::params ( String $pkg_ensure = 'latest', # loki - String $ay_manage_loki = true, + Boolean $ay_manage_loki = true, String $ay_loki_url = 'https://loki.example.net/loki/api/v1/push', String $ay_loki_username = 'loki_user', String $ay_loki_userpass = 'loki_pass',