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