Support SLC operatingsystem
Scientific Linux CERN has a facter operatingsystem value of SLC. Other than that identical to SL.
This commit is contained in:
@@ -15,7 +15,7 @@ class java::params {
|
||||
case $::osfamily {
|
||||
'RedHat': {
|
||||
case $::operatingsystem {
|
||||
'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL': {
|
||||
'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC': {
|
||||
if (versioncmp($::operatingsystemrelease, '5.0') < 0) {
|
||||
$jdk_package = 'java-1.6.0-sun-devel'
|
||||
$jre_package = 'java-1.6.0-sun'
|
||||
|
||||
Reference in New Issue
Block a user