Skip to content

Commit

Permalink
[COOK-3952] - Adding 'recursive true' to directory resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Nov 6, 2013
1 parent 758147a commit e00effa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/_server_debian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
group 'mysql'
mode '0775'
action :create
recursive true
end
end

Expand Down
1 change: 1 addition & 0 deletions recipes/_server_rhel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
group 'mysql'
mode '0775'
action :create
recursive true
end
end

Expand Down

0 comments on commit e00effa

Please sign in to comment.