X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/649c05666604a5f56b220a12c24cb152d56e3e91..60b19818712842f23e5039de2202f7ee45dbb614:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 1e5a4216f..5bc7da464 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -21,13 +21,13 @@ include_recipe "accounts" 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 @@ -35,7 +35,6 @@ package %w[ unzip ] -apache_module "php7.2" apache_module "rewrite" ssl_certificate "forum.openstreetmap.org" do