X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eb690e187c60604ecd3c257edfe9313971ab2fae..974d2ff3a3ff7f13d26667972fb2ab802f76e826:/roles/euserv.rb diff --git a/roles/euserv.rb b/roles/euserv.rb index ec354bfe2..3270de618 100644 --- a/roles/euserv.rb +++ b/roles/euserv.rb @@ -3,15 +3,13 @@ description "Role applied to all servers at EUserv" default_attributes( :hosted_by => "EUserv", - :location => "Jena, Germany", - :networking => { - :nameservers => [ - "85.31.184.60", "85.31.184.61", "85.31.185.60", "85.31.185.61" - ] - } + :location => "Jena, Germany" ) override_attributes( + :networking => { + :nameservers => ["85.31.184.60", "85.31.184.61", "85.31.185.60", "85.31.185.61"] + }, :ntp => { :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] }