]> git.openstreetmap.org Git - chef.git/commitdiff
Require php-pear for dmca.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Tue, 12 Oct 2021 21:48:26 +0000 (21:48 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 12 Oct 2021 21:48:46 +0000 (22:48 +0100)
cookbooks/dmca/recipes/default.rb

index f7f9cfadbc59639090115c52c211dc4e8fea663d..dceab0dba57fe6b6d2acee56e3780b0625c2d143 100644 (file)
@@ -20,6 +20,8 @@
 include_recipe "apache"
 include_recipe "php::fpm"
 
+package "php-pear"
+
 apache_module "proxy"
 apache_module "proxy_fcgi"