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 d42bb34 + 6da8eb6 commit 54e12a3Copy full SHA for 54e12a3
manifests/init.pp
@@ -20,7 +20,7 @@
20
case $facts['os']['family'] {
21
'RedHat': {
22
case $facts['os']['release']['major'] {
23
- '7': {
+ '7', '8': {
24
# Following the second method, using sysctl
25
26
# Validation
@@ -104,7 +104,7 @@
104
105
}
106
default: {
107
- fail("linux_disable_ipv6 supports RedHat like systems with major release of 7 and you have ${facts['os']['release']['full']}")
+ fail("linux_disable_ipv6 supports RedHat like systems with major release of 7/8 and you have ${facts['os']['release']['full']}")
108
109
110
metadata.json
@@ -18,7 +18,8 @@
18
"operatingsystem": "RedHat",
19
"operatingsystemrelease": [
"6",
- "7"
+ "7",
+ "8"
]
],
0 commit comments