This commit is contained in:
Patrik Lundin 2024-11-12 10:19:11 +01:00
parent 2e49e12c70
commit 6d6f1b632d
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -6,12 +6,12 @@ class cdn::cache(
String $sunet_cdnp_version = '0.0.3', String $sunet_cdnp_version = '0.0.3',
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'
} },
Hash[String, Hash[String, String]] $mqtt_url = { Hash[String, Hash[String, String]] $mqtt_url = {
sto3 => { sto3 => {
test => 'tls://internal-sto3-test-mqtt-1.cdn.sunet.se:8883', test => 'tls://internal-sto3-test-mqtt-1.cdn.sunet.se:8883',
}, },
} },
) )
{ {
include sunet::packages::certbot include sunet::packages::certbot