Add missing $
This commit is contained in:
parent
cf51469fae
commit
4b1f93c08a
|
@ -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,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue