Skip to content

Instantly share code, notes, and snippets.

@daxroc
Created March 11, 2014 14:14
Show Gist options
  • Save daxroc/9486528 to your computer and use it in GitHub Desktop.
Save daxroc/9486528 to your computer and use it in GitHub Desktop.
remote_file "/tmp/myfile.tmp" do
source "http://example.com/test.tmp"
checksum "incorrect_should_cause_redownload"
retries 3
retry_delay 20
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment