]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / db.rb
index dbcf4baa6b0f5c47cf0c22d4a88b160d6b642623..7ff450b2ffba85e698c8912a5f3fb2230865e241 100644 (file)
@@ -35,14 +35,11 @@ default_attributes(
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :postgresql => {
     :settings => {
       :defaults => {
         :listen_addresses => "*",
-        :max_connections => "1000",
+        :max_connections => "1500",
         :max_stack_depth => "7MB",
         :checkpoint_segments => "32",
         :max_wal_size => "1536MB",
@@ -66,7 +63,3 @@ default_attributes(
     }
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)