Skip to content

Commit be52c36

Browse files
balasankarctwk3
andcommitted
Merge branch 'fix-consul-home-mode' into 'master'
Ensure the consul home directory has execute flags set See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7039 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Approved-by: Hossein Pursultani <[email protected]> Co-authored-by: DJ Mountney <[email protected]>
2 parents 4be75a2 + ff72c19 commit be52c36

File tree

1 file changed

+1
-0
lines changed
  • files/gitlab-cookbooks/consul/recipes

1 file changed

+1
-0
lines changed

files/gitlab-cookbooks/consul/recipes/enable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
directory node['consul']['dir'] do
3535
owner account_helper.consul_user
36+
mode '0755'
3637
end
3738

3839
directory gitlab_consul_static_etc_dir do

0 commit comments

Comments
 (0)