projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995f988
)
Tile: Add missing libapache2-mod-tile dep
author
Grant Slater
<git@firefishy.com>
Tue, 23 Jul 2013 11:31:26 +0000
(12:31 +0100)
committer
Grant Slater
<git@firefishy.com>
Tue, 23 Jul 2013 11:31:26 +0000
(12:31 +0100)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
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