X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/99115d86a7a2cc2ed17c771bd2399448bd3879e8..3b93c90c88761e2da6937a8f028a7a248f6d861c:/roles/za.rb diff --git a/roles/za.rb b/roles/za.rb new file mode 100644 index 000000000..f42d36607 --- /dev/null +++ b/roles/za.rb @@ -0,0 +1,10 @@ +name "za" +description "Role applied to all servers located in South Africa" + +override_attributes( + :country => "za" +) + +run_list( + "role[base]" +)