Commit 41c52b57ea294b8d527e5796fccbbe05f3a5a466
1 parent
fa774dd5
Exists in
master
and in
17 other branches
Create gitlab-satellites directory
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb
@@ -77,6 +77,13 @@ link "/opt/gitlab/embedded/service/gitlab-core/config/gitlab.yml" do | @@ -77,6 +77,13 @@ link "/opt/gitlab/embedded/service/gitlab-core/config/gitlab.yml" do | ||
77 | to gitlab_yml | 77 | to gitlab_yml |
78 | end | 78 | end |
79 | 79 | ||
80 | +directory node['gitlab']['gitlab-core']['satellites_path'] do | ||
81 | + owner git_user | ||
82 | + group git_group | ||
83 | + recursive true | ||
84 | +end | ||
85 | + | ||
86 | + | ||
80 | unicorn_listen_tcp = node['gitlab']['gitlab-core']['listen'] | 87 | unicorn_listen_tcp = node['gitlab']['gitlab-core']['listen'] |
81 | unicorn_listen_tcp << ":#{node['gitlab']['gitlab-core']['port']}" | 88 | unicorn_listen_tcp << ":#{node['gitlab']['gitlab-core']['port']}" |
82 | unicorn_listen_socket = node['gitlab']['gitlab-core']['unicorn_socket'] | 89 | unicorn_listen_socket = node['gitlab']['gitlab-core']['unicorn_socket'] |