X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/84174dc606d8090a99f31b1430c1a7a938506396..41bdac8f1d96696cd28642ef0247a07ed59cfae8:/roles/strato.rb diff --git a/roles/strato.rb b/roles/strato.rb index 75793178b..5cf4445dc 100644 --- a/roles/strato.rb +++ b/roles/strato.rb @@ -3,21 +3,13 @@ description "Role applied to all servers at Strato" default_attributes( :hosted_by => "Strato", - :location => "Germany", - :networking => { - :nameservers => [ - "85.214.7.22", - "81.169.163.106" - ], - :roles => { - :external => { - :zone => "osm" - } - } - } + :location => "Germany" ) override_attributes( + :networking => { + :nameservers => ["85.214.7.22", "81.169.163.106"] + }, :ntp => { :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] }