X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/985de5ddf1a72c9492082ffd4aabd4a6dd151a1e..8c4afb2136d1954313dd5e880a186d0c29ccc71f:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 75bab256a..0f977232f 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,7 +6,7 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, @@ -19,7 +19,7 @@ default_attributes( :web => { :status => "online", :database_host => "db", - :readonly_database_host => "db-slave" + :readonly_database_host => "db" } )