Use correct version for renamed purger

This commit is contained in:
Patrik Lundin 2025-04-23 17:19:50 +02:00
parent f8de59c54f
commit 202b10f65c
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

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