Download a specific version of vagrant-cachier tarball instead of master so that it can be cached properly
parent
7aea5a0ab0
commit
ff5dd72c73
@ -1,4 +1,4 @@
|
||||
zip_filepath = "#{Chef::Config['file_cache_path']}/vagrant-cachier.zip"
|
||||
zip_url = "https://github.com/fgrehm/vagrant-cachier/archive/master.zip"
|
||||
zip_filepath = "#{Chef::Config['file_cache_path']}/vagrant-cachier.tar.gz"
|
||||
zip_url = "https://github.com/fgrehm/vagrant-cachier/archive/v0.6.0.tar.gz"
|
||||
|
||||
remote_file(zip_filepath) { source zip_url }
|
||||
|
Loading…
Reference in New Issue