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.
1 parent e24f941 commit 6e2413bCopy full SHA for 6e2413b
metadata.json
@@ -47,21 +47,18 @@
47
{
48
"operatingsystem": "RedHat",
49
"operatingsystemrelease": [
50
- "8",
51
"9"
52
]
53
},
54
55
"operatingsystem": "CentOS",
56
57
58
59
60
61
62
"operatingsystem": "AlmaLinux",
63
64
65
66
67
}
spec/setup_acceptance_node.pp
@@ -18,9 +18,3 @@
18
package { 'glibc-langpack-en':
19
ensure => installed,
20
21
-
22
-if $facts['os']['release']['major'] == "8" {
23
- yumrepo { 'powertools':
24
- enabled => true,
25
- }
26
-}
0 commit comments