X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0fd66a3f0f75fd01d6d5a22570e9557158630e5a..c91319c9056f22e55798efd8e6931bbb49fc43a7:/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"