]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
tilecache: use xz for logrotate
[chef.git] / cookbooks / tilecache / recipes / default.rb
index aec5170257362b4386530eb7c757b3008fc003fc..647e0dc0731a714ef76f6b1f9341b62a8853f712 100644 (file)
@@ -23,6 +23,8 @@ include_recipe "ssl"
 include_recipe "squid"
 include_recipe "nginx"
 
+package "xz-utils"
+
 tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] }
 tilerenders = search(:node, "roles:tile").sort_by { |n| n[:hostname] }