From 8089173b9ada7baf095de6e22381303c3efc2461 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 2 Oct 2014 15:08:04 -0300 Subject: [PATCH] Updated path to run colab from --- puppet/modules/colab/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index 9ad04b5..82b70a4 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -39,7 +39,7 @@ class colab ( appdeploy::django { 'colab': user => 'colab', - directory => '/home/colab/colab/src', + directory => '/home/colab/', proxy_hosts => $colab::hostnames, } -- libgit2 0.21.2