]> git.openstreetmap.org Git - chef.git/commitdiff
sotm: fix chef dependency tree
authorGrant Slater <github@firefishy.com>
Tue, 20 Sep 2022 15:27:55 +0000 (16:27 +0100)
committerGrant <github@firefishy.com>
Tue, 20 Sep 2022 22:30:53 +0000 (23:30 +0100)
cookbooks/stateofthemap/metadata.rb
cookbooks/stateofthemap/recipes/default.rb

index b872349b24f68b476c896f087c06d12e06c85e58..206bddd07e897257c669acc9d09682b1ec9d4347 100644 (file)
@@ -6,5 +6,7 @@ description       "Installs and configures State of the Map services"
 
 version           "1.0.0"
 supports          "ubuntu"
+depends           "apache"
+depends           "git"
 depends           "ruby"
 depends           "wordpress"
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"