]> git.openstreetmap.org Git - chef.git/blob - roles/id.rb
Remove some ancient ruby 1.8 cleanup code
[chef.git] / roles / id.rb
1 name "id"
2 description "Role applied to all servers located in Indonesia"
3
4 override_attributes(
5   :country => "id"
6 )
7
8 run_list(
9   "role[base]"
10 )