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