From: Tom Hughes Date: Tue, 1 Oct 2013 21:58:47 +0000 (+0100) Subject: Remove wiki-old role X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/989d520730ec4c8c3def7f91993d9c8c4b47293f?hp=316682c65c7d4de8dde9c25eec5926295b4f2c14 Remove wiki-old role --- diff --git a/roles/konqi.rb b/roles/konqi.rb index 017f9de79..65105bafb 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -34,6 +34,5 @@ override_attributes( ) run_list( - "role[ic]", - "role[wiki-old]" + "role[ic]" ) diff --git a/roles/wiki-old.rb b/roles/wiki-old.rb deleted file mode 100644 index 65ea93701..000000000 --- a/roles/wiki-old.rb +++ /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]" -)