Skip to content

Commit

Permalink
Chown service directories recursively. Fixes sous-chefs#140
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Vij committed Mar 11, 2015
1 parent 60e3072 commit be41efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
group consul_group
mode 0755
end

execute "chown -R #{consul_user}:{consul_group} #{dirname}"
end

# Determine service params
Expand Down

0 comments on commit be41efb

Please sign in to comment.