From 5b6c8cb08c3df690e900e1812116a20ac3e0b4a6 Mon Sep 17 00:00:00 2001 From: Stephen Mahood Date: Wed, 5 Aug 2015 16:32:41 -0400 Subject: [PATCH] created plone class and package --- class/50-host-classes | 3 +++ package_config/PLONE | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 package_config/PLONE diff --git a/class/50-host-classes b/class/50-host-classes index 0e35f1c..bac598c 100755 --- a/class/50-host-classes +++ b/class/50-host-classes @@ -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 index 0000000..0f148a9 --- /dev/null +++ b/package_config/PLONE @@ -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 -- 2.25.1