]> git.openstreetmap.org Git - chef.git/blob - roles/co.rb
Bump actions/cache from 2.1.6 to 2.1.7
[chef.git] / roles / co.rb
1 name "co"
2 description "Role applied to all servers located in Colombia"
3
4 override_attributes(
5   :country => "co",
6   :timezone => "America/Bogota"
7 )
8
9 run_list(
10   "role[base]"
11 )