brint / wordpress-cookbook

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

tar extract fails if deploying with chef-solo #76

Open ynagorny opened 7 years ago

ynagorny commented 7 years ago

wordpress tar extract fails with access denied error if deployment is done with chef-solo. This is due to tar being executed under the user that does not have access to read ~/chef-solo. Temporarily changing ~/chef-solo to 755 solves the problem.