X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19292cce10ddff756c298142883712568c19bee3..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/bytemark.rb diff --git a/roles/bytemark.rb b/roles/bytemark.rb index 375d7611d..6a49bb648 100644 --- a/roles/bytemark.rb +++ b/roles/bytemark.rb @@ -2,11 +2,6 @@ name "bytemark" description "Role applied to all servers at Bytemark" default_attributes( - :chef => { - :client => { - :version => "13.6.4" - } - }, :hosted_by => "Bytemark", :location => "York, England", :networking => { @@ -34,7 +29,7 @@ default_attributes( :web => { :backends => %w[rails4 rails5], :fileserver => "grisu", - :readonly_database_host => "katla.bm.openstreetmap.org" + :readonly_database_host => "eddie.ucl.openstreetmap.org" } )