I’ve been working with the remote_file a bit lately. I’m using chef-solo.I’m misunderstanding the use of checksum attribute ( at least I hope)with the following code , should it retry download until retries limit?remote_file "/tmp/myfile.tmp" dosource "http://example.com/test.tmp"checksum "incorrect_should_cause_redownload"retries 3retry_delay 20endMy understanding was that it should only fetch the source if the checksums don’t match.I’ve tried this with forcing the use_conditional_get true and use_etag true.
Archive powered by MHonArc 2.6.16.