]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stateofthemap.rb
Move foundation::owg to naga
[chef.git] / roles / stateofthemap.rb
index 5afe706c2d6628b4c29f14516d9dd56591f307f4..6e1d9ab1bb270b62a8e0e1e247001a5559832792 100644 (file)
@@ -2,5 +2,7 @@ name "stateofthemap"
 description "Role applied to State of the Map servers"
 
 run_list(
-  "recipe[stateofthemap]"
+  "recipe[stateofthemap]",
+  "recipe[stateofthemap::static]",
+  "recipe[stateofthemap::wordpress]"
 )