From 8e72a6890dd09ff2965206d261e318caa9e80674 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 20 Sep 2022 20:03:23 +0100 Subject: [PATCH] sotm: Add required apache_module expires --- cookbooks/stateofthemap/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5