X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8962cc576af87958ffe4ccc4d6c6baafca7cd8fd..06b834f31695fd5a75fe0c4972582a7ae8036ca2:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index a57d2ec54..85124e485 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -14,8 +14,10 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "online", - :database_host => "katla.bm.openstreetmap.org", - :readonly_database_host => "ramoth.ic.openstreetmap.org" + :status => "online" } ) + +run_list( + "role[web-db]" +)