X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/995f988d4d7c75d422ae5b05f6be30246c31d231..d18a7ccef40fb320cfdb64de95c208e38fe0d095:/cookbooks/tile/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 190aed4a1..8f792a378 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -31,6 +31,8 @@ apache_module "headers" apache_module "remoteip" apache_module "rewrite" +package "libapache2-mod-tile" + apache_module "tile" do conf "tile.conf.erb" end