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 ae3e12e + 8817a44 commit 5531b7bCopy full SHA for 5531b7b
manifests/params.pp
@@ -9,7 +9,7 @@
9
case $facts['os']['family'] {
10
'RedHat': {
11
case $facts['os']['name'] {
12
- 'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC', 'CloudLinux': {
+ 'Rocky', 'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC', 'CloudLinux': {
13
if (versioncmp($facts['os']['release']['full'], '5.0') < 0) {
14
$jdk_package = 'java-1.6.0-sun-devel'
15
$jre_package = 'java-1.6.0-sun'
0 commit comments