andytinycat / puppet-omnibus

Omnibus package of Puppet with an embedded Ruby and required gems (Chef-style)
55 stars 34 forks source link

Curl should follow redirects when pulling puppet files from github #21

Closed jwoffindin closed 10 years ago

jwoffindin commented 10 years ago

Github seems to be now redirecting requests to raw.github.com to raw.githubusercontent.com. Curl needs -L parameter to follow redirect. Added -L parameter to all curl requests.

beddari commented 10 years ago

Thanks :)