From ba4adaa799b94473e1b5a1e8f26e4629f6aded10 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 1 Aug 2013 17:03:08 -0300 Subject: [PATCH] Installing supervisor and creating colab user --- puppet/modules/colab/manifests/init.pp | 12 +++++++++++- requirements.txt | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index f3c8f19..d268c27 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -6,4 +6,14 @@ class colab { include locale include timezone include postfix -} + + include supervisor + + include colab::requirements + + user { 'colab': + ensure => present, + managehome => true, + shell => '/bin/bash', + } +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 687c462..20ddeb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,9 @@ chardet==1.0.1 python-dateutil==1.5 django-cliauth==0.9 +gunicorn +gevent + # Feedzilla (planet) and deps https://bitbucket.org/seocam/feedzilla/get/tip.tar.gz # Temporarily work around django-common -- libgit2 0.21.2