Missing ","

This commit is contained in:
Patrik Lundin 2024-10-31 12:56:33 +01:00
parent 395e67c918
commit 19aa10dc05
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -2,8 +2,8 @@
class cdn::cache( class cdn::cache(
Hash[String, Integer] $customers = { Hash[String, Integer] $customers = {
customer1 => 1000000000, customer1 => 1000000000,
} },
String $sunet_cdnp_version = '0.0.1' String $sunet_cdnp_version = '0.0.1',
) )
{ {
include sunet::packages::certbot include sunet::packages::certbot