include_recipe "apache"
include_recipe "git"
include_recipe "mysql"
+include_recipe "php::apache"
cache_dir = Chef::Config[:file_cache_path]
passwords = data_bag_item("forum", "passwords")
package %w[
- php
php-cli
php-mysql
php-xml
unzip
]
-apache_module "php7.2"
apache_module "rewrite"
ssl_certificate "forum.openstreetmap.org" do