]> git.openstreetmap.org Git - chef.git/blob - roles/teraswitch.rb
Version bump cividiscount
[chef.git] / roles / teraswitch.rb
1 name "teraswitch"
2 description "Role applied to all servers at TeraSwitch Networks"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :sysadmin => { :status => :administrator }
8     }
9   },
10   :hosted_by => "TeraSwitch Networks",
11   :location => "Pittsburgh, Pennsylvania",
12   :timezone => "EST5EDT"
13 )
14
15 override_attributes(
16   :ntp => {
17     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org"]
18   }
19 )
20
21 run_list(
22   "role[us]"
23 )