]> git.openstreetmap.org Git - chef.git/blob - roles/nl.rb
Update formatting of header comments
[chef.git] / roles / nl.rb
1 name "nl"
2 description "Role applied to all servers located in the Netherlands"
3
4 override_attributes(
5   :country => "nl",
6   :timezone => "Europe/Amsterdam"
7 )
8
9 run_list(
10   "role[base]"
11 )