From: Tom Hughes Date: Fri, 22 Dec 2023 10:17:21 +0000 (+0000) Subject: Remove unused teraswitch role X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e5148958815b190147c6f820fcc2a07d7943507b Remove unused teraswitch role --- diff --git a/roles/teraswitch.rb b/roles/teraswitch.rb deleted file mode 100644 index cbdab5d46..000000000 --- a/roles/teraswitch.rb +++ /dev/null @@ -1,23 +0,0 @@ -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" -) - -override_attributes( - :ntp => { - :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org"] - } -) - -run_list( - "role[us]" -)