X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..06de4653845b4a47851fb30fe61cca314ac6af6f:/roles/stateofthemap.rb diff --git a/roles/stateofthemap.rb b/roles/stateofthemap.rb index 5afe706c2..512a038b4 100644 --- a/roles/stateofthemap.rb +++ b/roles/stateofthemap.rb @@ -2,5 +2,6 @@ name "stateofthemap" description "Role applied to State of the Map servers" run_list( - "recipe[stateofthemap]" + "recipe[stateofthemap]", + "recipe[stateofthemap::wordpress]" )