]> git.openstreetmap.org Git - chef.git/commitdiff
Require unzip for unpacking theme
authorTom Hughes <tom@compton.nu>
Sun, 19 Jan 2020 15:51:26 +0000 (15:51 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 19 Jan 2020 15:51:26 +0000 (15:51 +0000)
cookbooks/forum/recipes/default.rb

index e75e5a32133febcec3c9fb7f42c177562f1a563f..682a2bfa281057f2a6e08516cc23598c156ee616 100644 (file)
@@ -28,6 +28,7 @@ package %w[
   php-mysql
   php-xml
   php-apcu
+  unzip
 ]
 
 apache_module "php7.2"