exec { "download-$resin_version":
cwd => "/tmp",
creates => "/tmp/$resin_version./(tgz|tar.gz)/",
require => Package["wget"],
}