From 6441b4e5374140f96e01f7ab2196de4a5d997241 Mon Sep 17 00:00:00 2001 From: stephen mahood Date: Mon, 23 Feb 2015 11:27:40 -0500 Subject: [PATCH] added STREAM --- class/50-host-classes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/class/50-host-classes b/class/50-host-classes index fbd3323..7ac7ddb 100755 --- a/class/50-host-classes +++ b/class/50-host-classes @@ -44,7 +44,18 @@ case $HOSTNAME in echo "FAIBASE KVMGUEST SYSADMIN MYSQLD" nogrub=1 ;; + streamstation*) + echo "FAIBASE DHCPC SYSADMIN STREAM" + nogrub=1 + ;; + freetop*) + echo "FAIBASE DHCPC SYSADMIN XORG TRISQUEL WORKSTATION" + nogrub=1 + ;; + *) + + echo "FAIBASE DHCPC DEMO XORG GNOME";; esac -- 2.25.1