X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f74cd7ee1b59137d74c250d6a5fe0956a80ae5e3..9b7e8a0e7ae0d274c4e1fc54d04cdd5cbef38664:/cookbooks/wordpress/recipes/default.rb diff --git a/cookbooks/wordpress/recipes/default.rb b/cookbooks/wordpress/recipes/default.rb index de5fc4522..a694f42b2 100644 --- a/cookbooks/wordpress/recipes/default.rb +++ b/cookbooks/wordpress/recipes/default.rb @@ -17,21 +17,19 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" include_recipe "mysql" package "subversion" -package "php5" -package "php5-mysql" +package "php" +package "php-mysql" -package "php-apc" - -apache_module "php5" +apache_module "php7.0" apache_module "rewrite" fail2ban_filter "wordpress" do - source "http://plugins.svn.wordpress.org/wp-fail2ban/trunk/wordpress-hard.conf" + source "https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/wordpress-hard.conf" end fail2ban_jail "wordpress" do