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