From 5fa03ac9b8df85241c42615330cee88831bd089a Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 27 Aug 2013 19:12:02 -0300 Subject: [PATCH] Updating puppet manifests --- puppet/modules/colab/manifests/init.pp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index a1ab349..d075dc7 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -44,6 +44,12 @@ class colab { user => 'colab', } + supervisor::app { 'punjab': + command => '/home/vagrant/.virtualenvs/colab/bin/twistd -n -y punjab.tac', + directory => '/home/colab/colab/', + user => 'colab', + } + nginx::config { 'nginx': content => template('colab/nginx/extra_conf.erb'), } @@ -51,4 +57,4 @@ class colab { nginx::site { '000-colab': content => template('colab/nginx/site_default.erb'), } -} \ No newline at end of file +} -- libgit2 0.21.2