X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f6d2fb2d900d7ccf04cb64541e632650a291a874..bd4556b58140de3140b783be7ad50f5505211425:/roles/nz.rb diff --git a/roles/nz.rb b/roles/nz.rb new file mode 100644 index 000000000..c7adbe837 --- /dev/null +++ b/roles/nz.rb @@ -0,0 +1,10 @@ +name "nz" +description "Role applied to all servers located in New Zealand" + +override_attributes( + :country => "nz" +) + +run_list( + "role[base]" +)