]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ru.rb
Add roles from the private repository
[chef.git] / roles / ru.rb
diff --git a/roles/ru.rb b/roles/ru.rb
new file mode 100644 (file)
index 0000000..4a06257
--- /dev/null
@@ -0,0 +1,10 @@
+name "ru"
+description "Role applied to all servers located in Russia"
+
+override_attributes(
+  :country => "ru"
+)
+
+run_list(
+  "role[base]"
+)