added crmdevserver and crmserver
authorLisa Marie Maginnis <lisam@fsf.org>
Fri, 10 Jul 2015 15:38:22 +0000 (11:38 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Fri, 10 Jul 2015 15:38:22 +0000 (11:38 -0400)
class/50-host-classes
package_config/CIVICRM [new file with mode: 0644]
package_config/WWW [new file with mode: 0644]

index 92402514f64672d4bc6e6a5a117750acca938f36..6bdacd9afca82d641adaf73a87679182e6c5e5a8 100755 (executable)
@@ -62,8 +62,17 @@ case $HOSTNAME in
        echo "FAIBASE CUPS SYSADMIN VM"
        nogrub=1
        ;;
+    crmserver*)
+       echo "FAIBASE WWW CIVICRM SYSADMIN VM"
+       nogrub=1
+       ;;
+    crmdevserver*)
+       echo "FAIBASE WWW CIVICRM SYSADMIN VM MYSQLD"
+       nogrub=1
+       ;;
     *)  
         echo "FAIBASE" ;;
+       nogrub=1 
 esac
 
 if [ $nogrub -eq 0 ]; then
diff --git a/package_config/CIVICRM b/package_config/CIVICRM
new file mode 100644 (file)
index 0000000..47ab13e
--- /dev/null
@@ -0,0 +1,4 @@
+PACKAGES aptitude CIVICRM
+php5
+libapache2-mod-php5
+wkhtmltopdf
diff --git a/package_config/WWW b/package_config/WWW
new file mode 100644 (file)
index 0000000..ed86c85
--- /dev/null
@@ -0,0 +1,2 @@
+PACKAGES aptitude WWW
+apache2