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