]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Allow unzip to overwrite files
[chef.git] / cookbooks / tile / recipes / default.rb
index cd88e91ceb3c779b81c2be54c7bb809f5c292ae2..453c19a7170057e39bd26fc21358aeec35e7ab74 100644 (file)
@@ -169,7 +169,7 @@ node[:tile][:data].each do |name,data|
 
     execute file do
       action :nothing
-      command "unzip -qq #{file} -d #{directory}"
+      command "unzip -qq -o #{file} -d #{directory}"
       user "tile"
       group "tile"
     end