X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6067e264a06f3714bc6096dd26400174aecb65fd..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/tuxis.rb diff --git a/roles/tuxis.rb b/roles/tuxis.rb index 5cde762df..540879da7 100644 --- a/roles/tuxis.rb +++ b/roles/tuxis.rb @@ -3,18 +3,13 @@ description "Role applied to all servers at Tuxis" default_attributes( :hosted_by => "Tuxis", - :location => "Ede, Netherlands", - :networking => { - :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"], - :roles => { - :external => { - :zone => "osm" - } - } - } + :location => "Ede, Netherlands" ) override_attributes( + :networking => { + :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"] + }, :ntp => { :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"] }