Skip to content

Commit dd36951

Browse files
authored
Merge pull request #2242 from puppetlabs/david22swan-patch-1
Update $timeout to `Variant[Integer,String]`
2 parents 03df30e + 64455df commit dd36951

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)