X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..f5292a53a02d1f0d0bb8f721f83807527366d003:/roles/web.rb?ds=sidebyside diff --git a/roles/web.rb b/roles/web.rb index 1e8c2666b..04a52e80b 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -14,11 +14,12 @@ default_attributes( :sources => [ "brightbox-ruby-ng" ] }, :nfs => { - "/store/rails" => { :host => "horntail", :path => "/store/rails" } + "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :web => { :status => "online", - :database_host => "db" + :database_host => "db", + :readonly_database_host => "katla" } )