diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index 56bc716..96a9d40 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -3,7 +3,7 @@ class cdn::cache( Hash[String, Integer] $customers = { customer1 => 1000000000, }, - String $sunet_cdnp_version = '0.0.2', + String $sunet_cdnp_version = '0.0.3', Hash[String, String] $acme_url = { test => 'https://internal-sto3-test-ca-1.cdn.sunet.se:9000/acme/acme/directory' }