RiotGamesCookbooks/artifact-cookbook

artifact_file downloads files when it probably shouldn't

Closed this issue · 0 comments

artifact_file downloads a file. On a subsequent chef-run, it will be downloaded again, because the default path is to use the remote_file resource which downloads the file to a tmp dir and checks the checksum before copying, even if the file is already there.