]> git.openstreetmap.org Git - chef.git/blobdiff - roles/donate.rb
Add donate.osm.org chef code
[chef.git] / roles / donate.rb
diff --git a/roles/donate.rb b/roles/donate.rb
new file mode 100644 (file)
index 0000000..6e5f2c6
--- /dev/null
@@ -0,0 +1,17 @@
+name "donate"
+description "Role applied to all donate servers"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :donate => {
+        :status => :role,
+        :members => [:grant, :tomh, :matt]
+      }
+    }
+  }
+)
+
+run_list(
+  "recipe[donate]"
+)