wordpress-cookbook icon indicating copy to clipboard operation
wordpress-cookbook copied to clipboard

tar extract fails if deploying with chef-solo

Open ynagorny opened this issue 8 years ago • 0 comments

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.

ynagorny avatar Feb 27 '17 00:02 ynagorny