Skip to content

Commit

Permalink
Add suggestions made by @smortex
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbosz committed Feb 1, 2024
1 parent 6e86d75 commit 43e6c26
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[1] $queue_size = $winlogbeat::params::queue_size,
Integer $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 43e6c26

Please sign in to comment.