]> git.openstreetmap.org Git - chef.git/blob - roles/dk.rb
Add IPv6 address for tuatara
[chef.git] / roles / dk.rb
1 name "dk"
2 description "Role applied to all servers located in Denmark"
3
4 override_attributes(
5   :country => "dk",
6   :timezone => "Europe/Copenhagen"
7 )
8
9 run_list(
10   "role[base]"
11 )