]> git.openstreetmap.org Git - chef.git/commitdiff
sotm: Add required apache_module expires
authorGrant Slater <github@firefishy.com>
Tue, 20 Sep 2022 19:03:23 +0000 (20:03 +0100)
committerGrant <github@firefishy.com>
Tue, 20 Sep 2022 22:30:53 +0000 (23:30 +0100)
cookbooks/stateofthemap/recipes/default.rb

index 17161f5f1163af1bb952a3156d233d445892486c..aa98e5bc5b36d931eee37b20e3a1327cb77c8c5d 100644 (file)
@@ -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"