We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bc0d66 + d8b10ba commit 21d5562Copy full SHA for 21d5562
manifests/install/rabbitmqadmin.pp
@@ -39,7 +39,7 @@
39
if !($management_ip_address) {
40
# Pull from localhost if we don't have an explicit bind address
41
$sanitized_ip = '127.0.0.1'
42
- } elsif $management_ip_address =~ Stdlib::Compat::Ipv6 {
+ } elsif $management_ip_address =~ Stdlib::IP::Address::V6::Nosubnet {
43
$sanitized_ip = join(enclose_ipv6(any2array($management_ip_address)), ',')
44
} else {
45
$sanitized_ip = $management_ip_address
metadata.json
@@ -57,7 +57,7 @@
57
"dependencies": [
58
{
59
"name": "puppetlabs/stdlib",
60
- "version_requirement": ">= 4.13.1 < 9.0.0"
+ "version_requirement": ">= 4.25.0 < 9.0.0"
61
},
62
63
"name": "puppet/archive",
0 commit comments