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