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