brint / wordpress-cookbook

Development repository for Opscode Cookbook wordpress
https://supermarket.chef.io/cookbooks/wordpress
Apache License 2.0
80 stars 176 forks source link

Aligning permissions and tar extraction logic to match default.rb #43

Closed alanbrent closed 10 years ago

alanbrent commented 10 years ago

In my testing with nginx-based deployments, we kept having upload issues cropping up that I tracked down to this recipe. I changed out all the file permissions logic to match what you're doing in default.rb, and also went ahead and matched up the method of grabbing and extracting the wordpress release archive. I just finished testing and it works great now, so here's a pull request.

brint commented 10 years ago

Thanks @alanbrent! Merging.