X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d04cb602638e071152eef795f1b0cf5f9820fb05..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/carnet.rb diff --git a/roles/carnet.rb b/roles/carnet.rb index 85286f6bf..fab353fa6 100644 --- a/roles/carnet.rb +++ b/roles/carnet.rb @@ -4,12 +4,11 @@ description "Role applied to all servers at CARNet" default_attributes( :accounts => { :users => { - :anovak => { :status => :administrator }, :hbogner => { :status => :administrator } } }, + :hosted_by => "CARNet", :networking => { - :nameservers => [ "2001:b68:ff:1::2", "2001:b68:ff:2::2", "2001:4860:4860::8888" ], :roles => { :external => { :zone => "cnt" @@ -20,7 +19,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org"] } )