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 | 77 | to gitlab_yml |
78 | 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 | 87 | unicorn_listen_tcp = node['gitlab']['gitlab-core']['listen'] |
81 | 88 | unicorn_listen_tcp << ":#{node['gitlab']['gitlab-core']['port']}" |
82 | 89 | unicorn_listen_socket = node['gitlab']['gitlab-core']['unicorn_socket'] | ... | ... |