From dcf1f90e5bb1f8f45f8165a3a7f494b165fc99b7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 10 Aug 2014 17:21:44 +0200 Subject: Add a bunch of classes, and node lxp5. --- profiles/wheezy/classes/Service/web/apache/gnutls.yml | 7 +++++++ profiles/wheezy/classes/Service/web/apache/index.yml | 9 +++++++++ profiles/wheezy/classes/Service/web/apache/uwsgi.yml | 9 +++++++++ 3 files changed, 25 insertions(+) create mode 100644 profiles/wheezy/classes/Service/web/apache/gnutls.yml create mode 100644 profiles/wheezy/classes/Service/web/apache/index.yml create mode 100644 profiles/wheezy/classes/Service/web/apache/uwsgi.yml (limited to 'profiles/wheezy/classes/Service/web/apache') diff --git a/profiles/wheezy/classes/Service/web/apache/gnutls.yml b/profiles/wheezy/classes/Service/web/apache/gnutls.yml new file mode 100644 index 0000000..f2ef7a9 --- /dev/null +++ b/profiles/wheezy/classes/Service/web/apache/gnutls.yml @@ -0,0 +1,7 @@ +classes: + - Service.web.apache +parameters: + doc: + service-web: + pkg: + - install Apache2 plugin GnuTLS diff --git a/profiles/wheezy/classes/Service/web/apache/index.yml b/profiles/wheezy/classes/Service/web/apache/index.yml new file mode 100644 index 0000000..af93509 --- /dev/null +++ b/profiles/wheezy/classes/Service/web/apache/index.yml @@ -0,0 +1,9 @@ +classes: + - Service.web +parameters: + doc: + service-web: + pkg: + - install web service Apache2 + pkg: + - apache2-mpm-worker diff --git a/profiles/wheezy/classes/Service/web/apache/uwsgi.yml b/profiles/wheezy/classes/Service/web/apache/uwsgi.yml new file mode 100644 index 0000000..01d8760 --- /dev/null +++ b/profiles/wheezy/classes/Service/web/apache/uwsgi.yml @@ -0,0 +1,9 @@ +classes: + - Service.web.apache +parameters: + doc: + service-web: + pkg: + - install Apache2 plugin for uWSGI + pkg: + - libapache2-mod-uwsgi -- cgit v1.2.3