Skip to content

Commit

Permalink
Don't download the package file if it already exists on the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
densone committed Dec 6, 2011
1 parent 2877eb8 commit adbbc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/default.rb
Expand Up @@ -79,6 +79,7 @@
owner "root"
mode 0644
checksum node[:riak][:package][:source_checksum]
not_if { File.exists?("/tmp/riak_pkg/#{package_file}") }
end

case node[:riak][:package][:type]
Expand Down

0 comments on commit adbbc8d

Please sign in to comment.