X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c3fb201b9e6ef157f11352b712e744fc8b03995d..eae57e71645f36711c38a106200b98d5291e3a57:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index ba3a3ab78..0dfab7c6b 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -18,5 +18,7 @@ default_attributes( ) run_list( - "role[crm]" + "role[crm]", + "recipe[foundation::wiki]", + "recipe[foundation::board]" )