Skip to content

Commit

Permalink
Update config.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabijaa authored Feb 21, 2024
1 parent 147c743 commit 4e1de2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

$init_defaults = {
'MAX_OPEN_FILES' => '65535',
}.stdlib::merge($elasticsearch::init_defaults)
} + $elasticsearch::init_defaults

Check failure on line 25 in manifests/config.pp

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

trailing whitespace found (check: trailing_whitespace)

Check failure on line 26 in manifests/config.pp

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

there should be no two consecutive empty lines (check: manifest_whitespace_two_empty_lines)
if ($elasticsearch::ensure == 'present') {
file {
Expand Down

0 comments on commit 4e1de2a

Please sign in to comment.