Missing ","
This commit is contained in:
parent
395e67c918
commit
19aa10dc05
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue