Skip to content

Commit

Permalink
Merge pull request #2242 from puppetlabs/david22swan-patch-1
Browse files Browse the repository at this point in the history
Update $timeout to `Variant[Integer,String]`
  • Loading branch information
LukasAud authored Jun 9, 2022
2 parents 03df30e + 64455df commit dd36951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
Optional[Enum['On', 'Off', 'on', 'off']] $ldap_verify_server_cert = undef,
Optional[String] $ldap_trusted_mode = undef,
Boolean $error_documents = false,
String $timeout = '60',
Variant[Integer,String] $timeout = '60',
String $httpd_dir = $apache::params::httpd_dir,
String $server_root = $apache::params::server_root,
String $conf_dir = $apache::params::conf_dir,
Expand Down

0 comments on commit dd36951

Please sign in to comment.