]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
sotm: fix chef dependency tree
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 6b64db9e022c618f6b74950ac69c5e978758ba1d..17161f5f1163af1bb952a3156d233d445892486c 100644 (file)
@@ -17,6 +17,9 @@
 # limitations under the License.
 #
 
+include_recipe "apache"
+include_recipe "git"
+
 git "/srv/stateofthemap.org" do
   action :sync
   repository "https://git.openstreetmap.org/public/stateofthemap.git"