Skip to content

Commit 64455df

Browse files
authored
Update $timeout to Variant[Integer,String]
1 parent 03df30e commit 64455df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
Optional[Enum['On', 'Off', 'on', 'off']] $ldap_verify_server_cert = undef,
492492
Optional[String] $ldap_trusted_mode = undef,
493493
Boolean $error_documents = false,
494-
String $timeout = '60',
494+
Variant[Integer,String] $timeout = '60',
495495
String $httpd_dir = $apache::params::httpd_dir,
496496
String $server_root = $apache::params::server_root,
497497
String $conf_dir = $apache::params::conf_dir,

0 commit comments

Comments
 (0)