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