Skip to content

Commit

Permalink
Merge pull request voxpupuli#179 from bastelfreak/stdlib9
Browse files Browse the repository at this point in the history
Replace legacy merge() with native puppet code
  • Loading branch information
bastelfreak authored Oct 17, 2023
2 parents 7ab5566 + ef54193 commit 1bbd198
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 @@ -131,7 +131,7 @@
~> Class['gitlab_ci_runner::service']

$runners.each |$runner_name,$config| {
$_config = merge($runner_defaults, $config)
$_config = $runner_defaults + $config
$title = $_config['name'] ? {
undef => $runner_name,
default => $_config['name'],
Expand Down

0 comments on commit 1bbd198

Please sign in to comment.