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