]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thinkup.rb
Add roles from the private repository
[chef.git] / roles / thinkup.rb
diff --git a/roles/thinkup.rb b/roles/thinkup.rb
new file mode 100644 (file)
index 0000000..d0df628
--- /dev/null
@@ -0,0 +1,17 @@
+name "thinkup"
+description "Role applied to all ThinkUp servers"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :thinkup => { :status => :role }
+    }
+  },
+  :apache => {
+    :mpm => "prefork",
+  }
+)
+
+run_list(
+  "recipe[thinkup]"
+)