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