Add missing $

This commit is contained in:
Patrik Lundin 2024-10-10 15:27:06 +02:00
parent cf51469fae
commit 4b1f93c08a
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -1,6 +1,6 @@
# Configure a SUNET CDN CA server # Configure a SUNET CDN CA server
class cdn::ca( class cdn::ca(
Hash[String, Integer] customers = { Hash[String, Integer] $customers = {
customer1 => 1000000000, customer1 => 1000000000,
} }
) )