X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/530cbc5535a6afdca8c3ac9ed1f9ca4e2d7176e1..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/c3sl.rb diff --git a/roles/c3sl.rb b/roles/c3sl.rb index de519e7d3..9b2bcc33f 100644 --- a/roles/c3sl.rb +++ b/roles/c3sl.rb @@ -9,14 +9,16 @@ default_attributes( }, :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná", :location => "Curitiba, Brazil", - :timezone => "America/Sao_Paulo", :networking => { - :nameservers => ["200.17.202.3", "200.236.31.1"], :wireguard => { :keepalive => 180 } - } + }, + :timezone => "America/Sao_Paulo" ) override_attributes( + :networking => { + :nameservers => ["200.17.202.3", "200.236.31.1"] + }, :ntp => { :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"] }