Skip to content

Commit

Permalink
Merge pull request #350 from alisade/master
Browse files Browse the repository at this point in the history
resolve problems with machines with default umask of 077
  • Loading branch information
johnbellone committed Sep 27, 2016
2 parents 12aabe1 + c35730c commit e0ab571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/consul_installation_binary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def action_create

notifying_block do
directory join_path(options[:extract_to], new_resource.version) do
mode '0755'
recursive true
end

Expand Down

0 comments on commit e0ab571

Please sign in to comment.