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