]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/recipes/default.rb
Use multipackage installs throughout
[chef.git] / cookbooks / wordpress / recipes / default.rb
index 187beac66a3ac932fc6eccbdf67e9248ec3be57d..9c9bc7213e8ccc7935efedbfbd71b39bf7f1f26e 100644 (file)
 # 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"