Skip to content

Commit c35730c

Browse files
author
Ali Ardestani
committed
resolve problems with machines with default umask of 077 so consul user can access consul binary
1 parent a43dc10 commit c35730c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/consul_installation_binary.rb

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def action_create
5151

5252
notifying_block do
5353
directory join_path(options[:extract_to], new_resource.version) do
54+
mode '0755'
5455
recursive true
5556
end
5657

0 commit comments

Comments
 (0)