From 75208f7a948976176d1f780d871dec6c0e4f96f3 Mon Sep 17 00:00:00 2001 From: stephen mahood Date: Thu, 11 Jun 2015 16:15:22 -0400 Subject: [PATCH] added cups --- class/50-host-classes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/class/50-host-classes b/class/50-host-classes index 3cd2ba4..e941107 100755 --- a/class/50-host-classes +++ b/class/50-host-classes @@ -59,6 +59,11 @@ case $HOSTNAME in nogrub=1 ;; *) + printerserver*) + echo "FAIBASE CUPS SYSADMIN VM" + nogrub=1 + ;; + *) echo "FAIBASE";; esac -- 2.25.1