]> git.openstreetmap.org Git - chef.git/blob - roles/prgmr.rb
Spin up memcached on the web frontends
[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   }
11 )
12
13 override_attributes(
14   :ntp => {
15     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
16   }
17 )
18
19 run_list(
20   "role[us]"
21 )