From 4b1f93c08a4edf21afcef5a1f4e863a1f309245e Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 10 Oct 2024 15:27:06 +0200 Subject: [PATCH] Add missing $ --- global/overlay/etc/puppet/modules/cdn/manifests/cache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index 232bbdb..4281cad 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -1,6 +1,6 @@ # Configure a SUNET CDN CA server class cdn::ca( - Hash[String, Integer] customers = { + Hash[String, Integer] $customers = { customer1 => 1000000000, } )