[Fai-commit] r6594 - trunk/examples/simple/class

Thomas Lange lange at alioth.debian.org
Mon Jul 11 11:35:50 UTC 2011


Author: lange
Date: 2011-07-11 11:35:50 +0000 (Mon, 11 Jul 2011)
New Revision: 6594

Modified:
   trunk/examples/simple/class/50-host-classes
Log:
use CentOS 6 and SLC6 instead of version 5


Modified: trunk/examples/simple/class/50-host-classes
===================================================================
--- trunk/examples/simple/class/50-host-classes	2011-07-10 21:42:07 UTC (rev 6593)
+++ trunk/examples/simple/class/50-host-classes	2011-07-11 11:35:50 UTC (rev 6594)
@@ -20,14 +20,14 @@
 	echo "FAIBASE DEBIAN DHCPC RAID_XEN_VIRTUAL" ;;
     centos)
 	echo "FAIBASE CENTOS"
-	ifclass I386 && echo CENTOS5_32
-	ifclass AMD64 && echo CENTOS5_64
+	ifclass I386 && echo CENTOS6_32
+	ifclass AMD64 && echo CENTOS6_64
 	exit 0 ;; # CentOS does not use the GRUB class
     slchost) 
 	# Scientific Linux Cern, is very similar to CentOS. SLC should alsways use the class CENTOS
 	echo "FAIBASE CENTOS SLC"
-	ifclass I386 && echo SLC5_32
-	ifclass AMD64 && echo SLC5_64
+	ifclass I386 && echo SLC6_32
+	ifclass AMD64 && echo SLC6_64
 	exit 0 ;; # CentOS/SLC does not use the GRUB class
     *)
 	echo "FAIBASE DEBIAN DHCPC" ;;




More information about the Fai-commit mailing list