Fix syntax for array declaration, SC-2670
This commit is contained in:
parent
2520ebda66
commit
074d047810
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class eid::connector (
|
||||||
String $server_fqdn = $facts['networking']['fqdn'],
|
String $server_fqdn = $facts['networking']['fqdn'],
|
||||||
String $connector_directory = '/opt/eidas-connector',
|
String $connector_directory = '/opt/eidas-connector',
|
||||||
Boolean $use_hsm=true,
|
Boolean $use_hsm=true,
|
||||||
Array[string] $syslog_servers=[],
|
Array[String] $syslog_servers=[],
|
||||||
) {
|
) {
|
||||||
|
|
||||||
if $use_hsm {
|
if $use_hsm {
|
||||||
|
|
Loading…
Add table
Reference in a new issue