Update cdnp to v0.0.6

This commit is contained in:
Patrik Lundin 2024-11-12 16:59:08 +01:00
parent f27eb9c07d
commit e7efc59870
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -3,7 +3,7 @@ class cdn::cache(
Hash[String, Integer] $customers = { Hash[String, Integer] $customers = {
customer1 => 1000000000, customer1 => 1000000000,
}, },
String $sunet_cdnp_version = '0.0.5', String $sunet_cdnp_version = '0.0.6',
Hash[String, String] $acme_url = { Hash[String, String] $acme_url = {
test => 'https://internal-sto3-test-ca-1.cdn.sunet.se:9000/acme/acme/directory' test => 'https://internal-sto3-test-ca-1.cdn.sunet.se:9000/acme/acme/directory'
}, },