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