X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/884a73d43b23a1d6c117af4d78639bcfa5922f4b..58aa89cba7956372b98c26f6bb679c488f017560:/roles/carnet.rb diff --git a/roles/carnet.rb b/roles/carnet.rb index 4573dccec..8ed5cb3f6 100644 --- a/roles/carnet.rb +++ b/roles/carnet.rb @@ -4,26 +4,15 @@ description "Role applied to all servers at CARNet" default_attributes( :accounts => { :users => { - :anovak => { :status => :administrator }, :hbogner => { :status => :administrator } } }, - :munin => { - :allow => [ "193.198.233.210" ] - }, - :networking => { - :nameservers => [ "2001:b68:ff:1::2", "2001:b68:ff:2::2", "2001:4860:4860::8888" ], - :roles => { - :external => { - :zone => "cnt" - } - } - } + :hosted_by => "CARNet" ) 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"] } )