bryanwb / chef-ark

An archive unpacker and installer
59 stars 20 forks source link

Downloading already downloaded file on each Chef run #40

Open karmi opened 11 years ago

karmi commented 11 years ago

Current version of Ark downloads the same file over and over on Chef runs, making repeatably testing cookbooks using it in Vagrant very hard and causing unnecessary traffic elsewhere.

There's a patch at fewbytes-cookbooks/ark@a5f30f18ff2cc648a85583df49f7711bf073f76c.

This causes problems in the Elasticsearch cookbook: elasticsearch/cookbook-elasticsearch#104.