X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6a4bf506e24211a6c4c6bd8a92d8af965690fd15..316225f5a6da64609cef4d090047b92bffef49a6:/cookbooks/wordpress/recipes/default.rb diff --git a/cookbooks/wordpress/recipes/default.rb b/cookbooks/wordpress/recipes/default.rb index 187beac66..9c9bc7213 100644 --- a/cookbooks/wordpress/recipes/default.rb +++ b/cookbooks/wordpress/recipes/default.rb @@ -17,13 +17,14 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" include_recipe "mysql" -package "subversion" - -package "php" -package "php-mysql" +package %w[ + subversion + php + php-mysql +] apache_module "php7.0" apache_module "rewrite"