no demo for default host class
authorIan Kelling <ian@iankelling.org>
Sun, 17 Jan 2016 05:09:42 +0000 (21:09 -0800)
committerIan Kelling <ian@iankelling.org>
Mon, 6 Feb 2017 06:21:40 +0000 (22:21 -0800)
fai/config/class/50-host-classes

index fc89c1dd6709c8684df9b5ea07079c4eddaf2ed9..0922b2f710f84c351607117e3c25d0b46420d037 100755 (executable)
@@ -27,5 +27,5 @@ case $HOSTNAME in
         ifclass AMD64 && echo SLC7_64
         exit 0 ;; # CentOS/SLC does not use the GRUB class
     *)
-        echo "FAIBASE DEBIAN DEMO" ;;
+        echo "FAIBASE DEBIAN" ;;
 esac