From 74c0bf76a1041e9db8d548ada764062645f58ded Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Tue, 22 Oct 2024 15:23:03 +0200 Subject: [PATCH] Fix type name --- global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp b/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp index 9366834..d2c2fd4 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp @@ -1,6 +1,6 @@ # Configure the SUNET CDN l4lb service class cdn::l4lb( - Bool $cilium_enabled = false, + Boolean $cilium_enabled = false, String $cilium_version = 'v1.16.1', String $cilium_devices = 'enp129s0f1np1', )