X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/429eabfe276117f01053ffbf66c291ae72ea3f9c..d7239900c012c14afb3af416740b161bbdd268af:/roles/teraswitch.rb diff --git a/roles/teraswitch.rb b/roles/teraswitch.rb index 12c39cfa5..6cede96e4 100644 --- a/roles/teraswitch.rb +++ b/roles/teraswitch.rb @@ -2,8 +2,14 @@ name "teraswitch" description "Role applied to all servers at TeraSwitch Networks" default_attributes( + :accounts => { + :users => { + :sysadmin => { :status => :administrator } + } + }, :hosted_by => "TeraSwitch Networks", :location => "Pittsburgh, Pennsylvania", + :timezone => "EST5EDT", :networking => { :nameservers => [ "1.1.1.1", @@ -19,7 +25,7 @@ default_attributes( override_attributes( :ntp => { - :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "america.pool.ntp.org"] + :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org"] } )