]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tile role from idris
authorTom Hughes <tom@compton.nu>
Thu, 20 Jun 2013 09:27:33 +0000 (10:27 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 20 Jun 2013 09:27:33 +0000 (10:27 +0100)
roles/idris.rb

index f25b3246a5c093bcfa58ba49a0b5f9bbb65a65ea..a56583d534cce669621ccb79e7880995fb159fc6 100644 (file)
@@ -17,29 +17,9 @@ default_attributes(
         :address => "128.40.168.98"
       }
     }
-  },
-  :postgresql => {
-    :versions => [ "9.1" ],
-    :settings => {
-      :defaults => {
-        :shared_buffers => "1GB",
-        :maintenance_work_mem => "256MB",
-        :effective_cache_size => "2GB"
-      }
-    }
-  },
-  :sysctl => {
-    :postgres => {
-      :comment => "Increase shared memory for postgres",
-      :parameters => { 
-        "kernel.shmmax" => 4 * 1024 * 1024 * 1024,
-        "kernel.shmall" => 4 * 1024 * 1024 * 1024 / 4096
-      }
-    }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
-  "role[tile]"
+  "role[ucl-internal]"
 )