]> git.openstreetmap.org Git - chef.git/blob - roles/prgmr.rb
Remove redundant sudo key and specify os in travis config
[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   :timezone => "PST8PDT",
8   :networking => {
9     :nameservers => ["8.8.8.8", "8.8.4.4"],
10     :roles => {
11       :external => {
12         :zone => "pr"
13       }
14     }
15   }
16 )
17
18 override_attributes(
19   :ntp => {
20     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
21   }
22 )
23
24 run_list(
25   "role[us]"
26 )