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