Download a specific version of vagrant-cachier tarball instead of master so that it can be cached properly

This commit is contained in:
Fabio Rehm 2014-04-06 22:28:15 -03:00
parent 7aea5a0ab0
commit ff5dd72c73
1 changed files with 2 additions and 2 deletions

View File

@ -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 }