]> git.openstreetmap.org Git - chef.git/commitdiff
Tile: Add missing libapache2-mod-tile dep
authorGrant Slater <git@firefishy.com>
Tue, 23 Jul 2013 11:31:26 +0000 (12:31 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 23 Jul 2013 11:31:26 +0000 (12:31 +0100)
cookbooks/tile/recipes/default.rb

index 190aed4a16b5be0c718afacc7dc9d790e9277271..8f792a37837328796561f509b717f2eb1c1a8197 100644 (file)
@@ -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