Skip to content

Commit

Permalink
Update manifests/init.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Tartière <[email protected]>
  • Loading branch information
ralfbosz and smortex authored Dec 22, 2023
1 parent c660fe8 commit 6e86d75
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 @@ -46,7 +46,7 @@
Boolean $use_generic_template = $winlogbeat::params::use_generic_template,
Stdlib::Fqdn $beat_name = $winlogbeat::params::beat_name,
Array $tags = $winlogbeat::params::tags,
Integer $queue_size = $winlogbeat::params::queue_size,
Integer[1] $queue_size = $winlogbeat::params::queue_size,
Optional[Integer] $max_procs = $winlogbeat::params::max_procs,
Hash $fields = $winlogbeat::params::fields,
Boolean $fields_under_root = $winlogbeat::params::fields_under_root,
Expand Down

0 comments on commit 6e86d75

Please sign in to comment.