]> git.openstreetmap.org Git - chef.git/blob - roles/prgmr.rb
Version bump cividiscount
[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 )
9
10 override_attributes(
11   :ntp => {
12     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
13   }
14 )
15
16 run_list(
17   "role[us]"
18 )