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