]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dribble.rb
turn on dribble replication
[chef.git] / roles / dribble.rb
index 0bf3d0705395b1100b3198fdfcafd9d918925527..3cdcbc2f8839852ae9fb5fbffa339374f69b007f 100644 (file)
@@ -29,13 +29,21 @@ default_attributes(
       }
     }
   },
-  :accounts => {
-    :users => {
-      :msbarry => { :status => :user }
+  :postgresql => {
+    :settings => {
+      :defaults => {
+        :effective_cache_size => "350GB"
+      }
+    }
+  },
+  :vectortile => {
+    :replication => {
+      :tileupdate => :disabled
     }
   }
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[vectortile]"
 )