]> git.openstreetmap.org Git - chef.git/commitdiff
Use PHP 7.2 for wordpress
authorTom Hughes <tom@compton.nu>
Mon, 25 Jun 2018 11:20:22 +0000 (12:20 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 25 Jun 2018 11:20:22 +0000 (12:20 +0100)
cookbooks/wordpress/recipes/default.rb

index 83082aa93365ecdf80be2340067dabe9a57e5d4a..8a48e8863d8e46646808e4ebe08ed364c2502151 100644 (file)
@@ -26,7 +26,7 @@ package %w[
   php-mysql
 ]
 
-apache_module "php7.0"
+apache_module "php7.2"
 apache_module "rewrite"
 
 fail2ban_filter "wordpress" do