From: Grant Slater Date: Tue, 20 Sep 2022 19:03:23 +0000 (+0100) Subject: sotm: Add required apache_module expires X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8e72a6890dd09ff2965206d261e318caa9e80674 sotm: Add required apache_module expires --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 17161f5f1..aa98e5bc5 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -20,6 +20,8 @@ include_recipe "apache" include_recipe "git" +apache_module "expires" + git "/srv/stateofthemap.org" do action :sync repository "https://git.openstreetmap.org/public/stateofthemap.git"