]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/recipes/default.rb
Correct location of archived logs for expiry
[chef.git] / cookbooks / forum / recipes / default.rb
index be229e75b00d68d37c418c7cdde2b5539ccc1f23..25de3e896e74edf188d47ffee548ac3da28440ec 100644 (file)
@@ -16,7 +16,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-include_recipe "apache:ssl"
+include_recipe "apache::ssl"
 include_recipe "git"
 include_recipe "mysql"
 
@@ -24,6 +24,7 @@ passwords = data_bag_item("forum", "passwords")
 
 package "php5"
 package "php5-cli"
+package "php5-mysql"
 package "php-apc"
 
 apache_module "php5"