Skip to content

Commit

Permalink
Merge pull request #1092 from zilchms/deprecationwarnings
Browse files Browse the repository at this point in the history
remove deprecated merge function with native puppet
  • Loading branch information
evgeni authored Apr 23, 2024
2 parents 66938db + fcb2326 commit 20ecc47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/user_setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@

# On Debian the service is started by default so it must be configured prior
# to installation which is why it's configured in this file rather than config.pp
$config_hash = merge(
$jenkins::params::config_hash_defaults,
$jenkins::config_hash
)
$config_hash = $jenkins::params::config_hash_defaults + $jenkins::config_hash

systemd::dropin_file { 'puppet-overrides.conf':
unit => 'jenkins.service',
Expand Down

0 comments on commit 20ecc47

Please sign in to comment.