X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c2e7a922242cc5c44e756504f807a701ca2eff1b..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/zcu.rb diff --git a/roles/zcu.rb b/roles/zcu.rb index b059c5bf1..8420c54d9 100644 --- a/roles/zcu.rb +++ b/roles/zcu.rb @@ -3,18 +3,13 @@ description "Role applied to all servers at University of West Bohemia" default_attributes( :hosted_by => "University of West Bohemia", - :location => "Pilsen, Czech Republic", - :networking => { - :nameservers => ["147.228.3.3", "147.228.52.11"], - :roles => { - :external => { - :zone => "osm" - } - } - } + :location => "Pilsen, Czech Republic" ) override_attributes( + :networking => { + :nameservers => ["147.228.3.3", "147.228.52.11"] + }, :ntp => { :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"] }