Skip to content

Commit 5531b7b

Browse files
Merge pull request #488 from pmjensen/main
Enabling Rocky Linux for Install
2 parents ae3e12e + 8817a44 commit 5531b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
case $facts['os']['family'] {
1010
'RedHat': {
1111
case $facts['os']['name'] {
12-
'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC', 'CloudLinux': {
12+
'Rocky', 'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC', 'CloudLinux': {
1313
if (versioncmp($facts['os']['release']['full'], '5.0') < 0) {
1414
$jdk_package = 'java-1.6.0-sun-devel'
1515
$jre_package = 'java-1.6.0-sun'

0 commit comments

Comments
 (0)