Commit 8089173b9ada7baf095de6e22381303c3efc2461
1 parent
b65610c6
Exists in
master
and in
39 other branches
Updated path to run colab from
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
puppet/modules/colab/manifests/init.pp
@@ -39,7 +39,7 @@ class colab ( | @@ -39,7 +39,7 @@ class colab ( | ||
39 | 39 | ||
40 | appdeploy::django { 'colab': | 40 | appdeploy::django { 'colab': |
41 | user => 'colab', | 41 | user => 'colab', |
42 | - directory => '/home/colab/colab/src', | 42 | + directory => '/home/colab/', |
43 | proxy_hosts => $colab::hostnames, | 43 | proxy_hosts => $colab::hostnames, |
44 | } | 44 | } |
45 | 45 |