]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/recipes/default.rb
Configure external address for fafnir
[chef.git] / cookbooks / forum / recipes / default.rb
index 355f1379f77000bd101aa3c2b2046dd2166b0e35..73698638805f8be4f6b7ba8eeca59152e8b746f5 100644 (file)
@@ -24,12 +24,13 @@ passwords = data_bag_item("forum", "passwords")
 
 package "php5"
 package "php5-cli"
+package "php5-mysql"
 package "php-apc"
 
 apache_module "php5"
 
 apache_site "default" do
-  action [ :disable ]
+  action [:disable]
 end
 
 apache_site "forum.openstreetmap.org" do