Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
linc01n committed Sep 17, 2014
1 parent 54d5913 commit ce6a4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
config_path = 'shared/'
directory("#{node['stash']['home_path']}/#{config_path}") do
owner node['stash']['user']
mode '0644'
group node['stash']['user']
mode '0755'
action :create
recursive true
end
Expand Down

0 comments on commit ce6a4ed

Please sign in to comment.