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