]> git.openstreetmap.org Git - chef.git/blob - roles/bluehost.rb
Don't keep backups of tile data files
[chef.git] / roles / bluehost.rb
1 name "bluehost"
2 description "Role applied to all servers at Bluehost"
3
4 default_attributes(
5   :networking => {
6     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
7     :roles => {
8       :external => {
9         :zone => "bh"
10       }
11     }
12   }
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 )