From 19aa10dc05e4015b66306d14b7dfba72f28a155b Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 31 Oct 2024 12:56:33 +0100 Subject: [PATCH] Missing "," --- global/overlay/etc/puppet/modules/cdn/manifests/cache.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index fbd4855..850a9f5 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -2,8 +2,8 @@ class cdn::cache( Hash[String, Integer] $customers = { customer1 => 1000000000, - } - String $sunet_cdnp_version = '0.0.1' + }, + String $sunet_cdnp_version = '0.0.1', ) { include sunet::packages::certbot