X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/77d9c4b9d3224778c720cb036344e6d06245a788..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index cb6bfce9b..2dd44ee70 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -3,13 +3,14 @@ description "Role applied to all servers at UCL" default_attributes( :bind => { - :forwarders => [ "144.82.100.1", "144.82.100.41" ] - } + :forwarders => ["144.82.100.1", "144.82.100.41"] + }, + :location => "London, England" ) override_attributes( :ntp => { - :servers => [ "ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk" ] + :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"] } )