X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/926b39e016afc77a6b8ea32c37273c7a6fca5467..a50480f4da6d6f91a536763a0861ba5dcaa5c4f3:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 37d10295f..1aad4b9ff 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -26,6 +26,10 @@ include_recipe "ssl" include_recipe "squid" include_recipe "nginx" +package "apache2" do + action :remove +end + package "xz-utils" tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] }