]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nz.rb
Add role for tuatara
[chef.git] / roles / nz.rb
diff --git a/roles/nz.rb b/roles/nz.rb
new file mode 100644 (file)
index 0000000..c7adbe8
--- /dev/null
@@ -0,0 +1,10 @@
+name "nz"
+description "Role applied to all servers located in New Zealand"
+
+override_attributes(
+  :country => "nz"
+)
+
+run_list(
+  "role[base]"
+)