projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tile: Add missing libapache2-mod-tile dep
[chef.git]
/
cookbooks
/
tile
/
recipes
/
default.rb
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index 190aed4a16b5be0c718afacc7dc9d790e9277271..8f792a37837328796561f509b717f2eb1c1a8197 100644
(file)
--- 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