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