Add missing clients parameter
This commit is contained in:
parent
7352a20143
commit
0c5e2604b6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Configure a SUNET CDN mqtt server
|
# Configure a SUNET CDN mqtt server
|
||||||
class cdn::mqtt(
|
class cdn::mqtt(
|
||||||
String $dc = '',
|
String $dc = '',
|
||||||
|
Array[String] clients = [],
|
||||||
Hash[String, Hash] $bridges = {},
|
Hash[String, Hash] $bridges = {},
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue