]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/recipes/default.rb
Drop mod_php support
[chef.git] / cookbooks / wordpress / recipes / default.rb
index 52c544db53f1d8d3389c695e2a3f1eadc59f385b..800d3c6004eb6106002854f5acdb9f83e1c3174a 100644 (file)
 # limitations under the License.
 #
 
+include_recipe "accounts"
 include_recipe "apache"
+include_recipe "fail2ban"
+include_recipe "git"
 include_recipe "mysql"
+include_recipe "php::apache"
 
 package %w[
   subversion
-  php
   php-mysql
 ]
 
-apache_module "php7.2"
 apache_module "rewrite"
 
 fail2ban_filter "wordpress" do