]> git.openstreetmap.org Git - chef.git/blob - roles/edgeuno-br.rb
e72a8aec45be0b1b20cc7fa6bf6b9ddf8d688444
[chef.git] / roles / edgeuno-br.rb
1 name "edgeuno-br"
2 description "Role applied to all servers at Edgeuno BR"
3
4 default_attributes(
5   :location => "Sao Paulo, Brasil"
6 )
7
8 override_attributes(
9   :ntp => {
10     :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
11   }
12 )
13
14 run_list(
15   "role[br]",
16   "role[edgeuno]"
17 )