Skip to content

Commit

Permalink
Fix merge function stdlib deprecation message (#25)
Browse files Browse the repository at this point in the history
* Fix 'This function is deprecated, please use stdlib::merge instead' message

* Replaced merge function so stdlib isn't needed

---------

Co-authored-by: Yannick Vandevenne <yannick.vandevenne@vdab.be>
  • Loading branch information
ynnckvdv and Yannick Vandevenne authored Jan 9, 2024
1 parent 2b5efc5 commit 787f14e
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 @@ -88,7 +88,7 @@
'force_rebuild' => 'UNSET',
}

$config = merge($config_defaults, $config_overrides)
$config = $config_defaults + $config_overrides

if $enable {
if $facts['crashkernel'] {
Expand Down

0 comments on commit 787f14e

Please sign in to comment.