Fix type name

This commit is contained in:
Patrik Lundin 2024-10-22 15:23:03 +02:00
parent 1ddf93c330
commit 74c0bf76a1
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -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',
)