]> git.openstreetmap.org Git - chef.git/blob - roles/ch.rb
Fix interface name for ysera
[chef.git] / roles / ch.rb
1 name "ch"
2 description "Role applied to all servers located in Switzerland"
3
4 override_attributes(
5   :country => "ch",
6   :timezone => "Europe/Zurich"
7 )
8
9 run_list(
10   "role[base]"
11 )