Commit da68aeb36c97677b8c742e9bc335c63ee312cf21

Authored by Jacob Vosmaer
1 parent 2f693e15

Give the gitlab-shell log directory mode 0700

files/gitlab-cookbooks/gitlab/recipes/gitlab-shell.rb
... ... @@ -46,6 +46,7 @@ end
46 46  
47 47 directory log_directory do
48 48 owner git_user
  49 + mode "0700"
49 50 recursive true
50 51 end
51 52  
... ...