getting rid of redirect for remote file#19
getting rid of redirect for remote file#19pghalliday wants to merge 1 commit intoAtalanta:masterfrom
Conversation
|
Same problem here, just locked the Chef version until had time to investigate. |
|
It was not working on mine too... thanks for the fix As a more permanent workaround i think we should use : http://docs.opscode.com/resource_git.html and clone/checkout the tag version directly |
|
Made modifications to support git in pull request #20, but it has the downside of not being able to check the checksum of the installation. With git however we'd be rid of the new redirect limit and not have to worry about changes on GitHub's end. |
|
you don't need to checksum it because git already do it for you... if you really want to make sure you are getting what you think you are, just "checkout" by the commit hash |
For some reason I was consistently hitting the redirect limit with chef 11.10.4 even though there was only 1 redirect. This change gets rid of that 1 redirect.