created plone class and package
authorStephen Mahood <mv@cyberunions.org>
Wed, 5 Aug 2015 20:32:41 +0000 (16:32 -0400)
committerStephen Mahood <mv@cyberunions.org>
Wed, 5 Aug 2015 20:32:41 +0000 (16:32 -0400)
class/50-host-classes
package_config/PLONE [new file with mode: 0644]

index 0e35f1c2cc5d882594053fab44d33b800d8d4684..bac598cd16c49dac27cbbd4f549ee41eea27a3e0 100755 (executable)
@@ -68,6 +68,9 @@ case $HOSTNAME in
     gnusocial*)
        echo "FAIBASE WWW SYSADMIN VM MYSQLD"
        ;;
+    ploneserver*)
+       echo "FAIBASE WWW SYSADMIN VM MYSQLD PLONE"
+       ;;
     nagios*)
        echo "FAIBASE SYSADMIN VM MYSQLD NAGIOS WWW
     *)  
diff --git a/package_config/PLONE b/package_config/PLONE
new file mode 100644 (file)
index 0000000..0f148a9
--- /dev/null
@@ -0,0 +1,23 @@
+PACKAGES aptitude PLONE
+aptitude
+build-essential
+libbz2-dev
+libbz2-dev
+libjpeg62-turbo-dev
+libreadline-dev
+libssl-dev
+libxml2-dev
+libxslt1-dev
+libz-dev
+locate
+openssl
+poppler-utils
+python-dev
+python-setuptools
+sudo
+wv
+nginx-full
+nginx-extras
+nano
+emacs24-nox unzip
+man-db
\ No newline at end of file