]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Create vendor directory before using it
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 6b64db9e022c618f6b74950ac69c5e978758ba1d..aa98e5bc5b36d931eee37b20e3a1327cb77c8c5d 100644 (file)
 # 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"