From a7e58f4c7d215340a7a0db1945507cebef961203 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 17 Oct 2013 18:18:16 -0300 Subject: [PATCH] Adding supervisor config for solr --- puppet/modules/colab/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index d726576..2ccb1f9 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -56,6 +56,12 @@ class colab { user => 'colab', } + supervisor::app { 'solr': + command => 'java -jar start.jar', + directory => '/home/colab/apache-solr-3.6.2/example', + user => 'colab', + } + nginx::config { 'nginx': content => template('colab/nginx/extra_conf.erb'), } -- libgit2 0.21.2