Skip to content

Commit

Permalink
Update set.pp, merge deprecation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-dittrich-ipf authored Sep 9, 2024
1 parent f194188 commit 96e6207
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 = merge($default_options, $options)
$actual_options = stdlib::merge($default_options, $options)

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

0 comments on commit 96e6207

Please sign in to comment.