]> git.openstreetmap.org Git - chef.git/blobdiff - roles/au.rb
Add roles from the private repository
[chef.git] / roles / au.rb
diff --git a/roles/au.rb b/roles/au.rb
new file mode 100644 (file)
index 0000000..8578452
--- /dev/null
@@ -0,0 +1,10 @@
+name "au"
+description "Role applied to all servers located in Australia"
+
+override_attributes(
+  :country => "au"
+)
+
+run_list(
+  "role[base]"
+)