Skip to content

Commit 0b880ce

Browse files
authored
Merge pull request #1063 from kajinamit/stdlib-func
Use namespace function from stdlib
2 parents 84d4c0a + ebd8357 commit 0b880ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
default => "\"${orig}${ssl_path} -proto_dist ${proto_dist}\"",
150150
}
151151
152-
merge($memo, { "RABBITMQ_${item}_ERL_ARGS" => $munged })
152+
stdlib::merge($memo, { "RABBITMQ_${item}_ERL_ARGS" => $munged })
153153
}
154154
155155
$environment_variables = $_environment_variables + $ipv6_or_tls_env

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": [
6161
{
6262
"name": "puppetlabs/stdlib",
63-
"version_requirement": ">= 4.25.0 < 10.0.0"
63+
"version_requirement": ">= 9.0.0 < 10.0.0"
6464
},
6565
{
6666
"name": "puppet/archive",

0 commit comments

Comments
 (0)