X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4c5adfa220453a95487ab2898e12ac498b7cccbf..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/lockheed.rb diff --git a/roles/lockheed.rb b/roles/lockheed.rb index 175b81243..dde4cdb3f 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -2,6 +2,9 @@ name "lockheed" description "Master role applied to lockheed" default_attributes( + :accounts => { + :administrators => %w[luc qt fat115 tcit chocobozzz qdupont josephk spf pyg] + }, :hardware => { :shm_size => "12g" }, @@ -37,7 +40,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "germany.render.openstreetmap.org" + :tile_parent => "france.render.openstreetmap.org" } )