]> git.openstreetmap.org Git - chef.git/blob - roles/bluehost.rb
donate: add db inc
[chef.git] / roles / bluehost.rb
1 name "bluehost"
2 description "Role applied to all servers at Bluehost"
3
4 default_attributes(
5   :hosted_by => "Bluehost",
6   :location => "Provo, Utah",
7   :networking => {
8     :nameservers => ["8.8.8.8", "8.8.4.4"],
9     :roles => {
10       :external => {
11         :zone => "bh"
12       }
13     }
14   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["ntp.bluehost.com"]
20   }
21 )
22
23 run_list(
24   "role[us]"
25 )