]> git.openstreetmap.org Git - chef.git/blob - roles/prgmr.rb
cb060620f09bedcf52a7fbb674f64df89dace920
[chef.git] / roles / prgmr.rb
1 name "prgmr"
2 description "Role applied to all servers at prgmr.com"
3
4 default_attributes(
5   :location => "San Francisco, California",
6   :networking => {
7     :nameservers => ["8.8.4.4", "65.19.174.2", "65.19.175.2"],
8     :roles => {
9       :external => {
10         :zone => "pr"
11       }
12     }
13   }
14 )
15
16 override_attributes(
17   :ntp => {
18     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
19   }
20 )
21
22 run_list(
23   "role[us]"
24 )