Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Download a specific version of vagrant-cachier tarball instead of mas…
Browse files Browse the repository at this point in the history
…ter so that it can be cached properly
  • Loading branch information
fgrehm committed Apr 7, 2014
1 parent 7aea5a0 commit ff5dd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/cookbooks/cachier/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -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 }

0 comments on commit ff5dd72

Please sign in to comment.