X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8904a0fb9c414e4b8a386f08201d11bea64fa29c..91519a02764b8a075676b05e3bfb1932dc3afac5:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index aec517025..647e0dc07 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -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] }