Open ynagorny opened 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.
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.