]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/recipes/default.rb
Require unzip for unpacking theme
[chef.git] / cookbooks / forum / recipes / default.rb
index 22015e68a48ee996826cedef81f19b797675c0cf..682a2bfa281057f2a6e08516cc23598c156ee616 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: forum
+# Cookbook:: forum
 # Recipe:: default
 #
-# Copyright 2014, OpenStreetMap Foundation
+# Copyright:: 2014, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,6 +28,7 @@ package %w[
   php-mysql
   php-xml
   php-apcu
+  unzip
 ]
 
 apache_module "php7.2"