]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stateofthemap.rb
Split stateofthemap cookbook to allow parallel testing
[chef.git] / roles / stateofthemap.rb
index 5afe706c2d6628b4c29f14516d9dd56591f307f4..9eba0c4198666e6f255d0f1bb19cbe89c8ea6304 100644 (file)
@@ -2,5 +2,8 @@ name "stateofthemap"
 description "Role applied to State of the Map servers"
 
 run_list(
-  "recipe[stateofthemap]"
+  "recipe[stateofthemap]",
+  "recipe[stateofthemap::jekyll]",
+  "recipe[stateofthemap::static]",
+  "recipe[stateofthemap::wordpress]"
 )