Syntax error

This commit is contained in:
Johan Wassberg 2025-04-23 12:53:48 +02:00
parent 290185ad65
commit eb9c88338d
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -2,7 +2,7 @@
class eidas::oidf_service(
String $image_tag,
Enum['sandbox'] $enviroment,
Int $service_port = 2000,
Integer $service_port = 2000,
String $server_fqdn = $facts['networking']['fqdn'],
) {