X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..80e14e29cd6a086e436c2426029435dbf27a891a:/roles/stateofthemap.rb?ds=inline diff --git a/roles/stateofthemap.rb b/roles/stateofthemap.rb index 5afe706c2..9eba0c419 100644 --- a/roles/stateofthemap.rb +++ b/roles/stateofthemap.rb @@ -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]" )