Skip to content

Commit

Permalink
Use plus operator instead of stdlib call
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-dittrich-ipf and bastelfreak authored Sep 12, 2024
1 parent a99c5e1 commit 44d0a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/set.pp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
'maxelem' => '65536',
}

$actual_options = stdlib::merge($default_options, $options)
$actual_options = $default_options + $options

if $ensure == 'present' {
# assert "present" target
Expand Down

0 comments on commit 44d0a64

Please sign in to comment.