]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki-old.rb
Remove wiki-old role
[chef.git] / roles / wiki-old.rb
diff --git a/roles/wiki-old.rb b/roles/wiki-old.rb
deleted file mode 100644 (file)
index 65ea937..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-name "wiki-old"
-description "Role applied to all wiki servers"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :wiki => { :status => :role }
-    }
-  },
-  :exim => {
-    :trusted_users => [ "www-data" ],
-    :aliases => {
-      :root => "grant"
-    }
-  },
-  :memcached => {
-    :tcp_port => 11000,
-    :udp_port => 11000,
-    :memory_limit => 512,
-    :connection_limit => 8192,
-    :chunk_growth_factor => 1.05,
-    :min_item_size => 5
-  }
-)
-
-run_list(
-  "recipe[mediawiki-old]"
-)