From 26f583c41a3f168f0cfdad1dd985fb8dbeb9e557 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 10 Oct 2024 15:28:23 +0200 Subject: [PATCH] Fix manifest name --- 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 4281cad..5fce096 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -1,5 +1,5 @@ # Configure a SUNET CDN CA server -class cdn::ca( +class cdn::cache( Hash[String, Integer] $customers = { customer1 => 1000000000, }