]> git.openstreetmap.org Git - chef.git/commitdiff
forum: add php5-mysql dependency
authorGrant Slater <git@firefishy.com>
Mon, 10 Feb 2014 21:45:08 +0000 (21:45 +0000)
committerGrant Slater <git@firefishy.com>
Mon, 10 Feb 2014 21:45:08 +0000 (21:45 +0000)
cookbooks/forum/recipes/default.rb

index 355f1379f77000bd101aa3c2b2046dd2166b0e35..25de3e896e74edf188d47ffee548ac3da28440ec 100644 (file)
@@ -24,6 +24,7 @@ passwords = data_bag_item("forum", "passwords")
 
 package "php5"
 package "php5-cli"
+package "php5-mysql"
 package "php-apc"
 
 apache_module "php5"