Skip to content

Commit

Permalink
Merge pull request #1154 from bastelfreak/stdlib
Browse files Browse the repository at this point in the history
replace deprecated merge() with native puppet code
  • Loading branch information
bastelfreak authored Dec 15, 2023
2 parents e0b3a5d + 5fab5b8 commit b092c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/source.pp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}
if $key['id'] {
# defaults like keyserver are only relevant to apt::key
$_key = merge($apt::source_key_defaults, $key)
$_key = $apt::source_key_defaults + $key
} else {
$_key = $key
}
Expand Down

0 comments on commit b092c9c

Please sign in to comment.