Skip to content

Commit e0ab571

Browse files
authored
Merge pull request #350 from alisade/master
resolve problems with machines with default umask of 077
2 parents 12aabe1 + c35730c commit e0ab571

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)