X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0fd66a3f0f75fd01d6d5a22570e9557158630e5a..80d6d380c0a01ed6e5f8f06225c2d3e3eb14f172:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 6b64db9e0..aa98e5bc5 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -17,6 +17,11 @@ # limitations under the License. # +include_recipe "apache" +include_recipe "git" + +apache_module "expires" + git "/srv/stateofthemap.org" do action :sync repository "https://git.openstreetmap.org/public/stateofthemap.git"