Commit 41c52b57ea294b8d527e5796fccbbe05f3a5a466

Authored by Jacob Vosmaer
1 parent fa774dd5

Create gitlab-satellites directory

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']
... ...