]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dribble.rb
Turn on tile updates on dribble
[chef.git] / roles / dribble.rb
index ce6da2faca4b9b97c69718d87a6b13dd8bc231a1..18865663701131f9842b436571dc3acb6438b176 100644 (file)
@@ -29,14 +29,16 @@ default_attributes(
       }
     }
   },
-  :accounts => {
-    :users => {
-      :stereo => { :status => :administrator }
+  :postgresql => {
+    :settings => {
+      :defaults => {
+        :effective_cache_size => "350GB"
+      }
     }
   }
 )
 
 run_list(
   "role[equinix-ams]",
-  "role[taginfo]"
+  "role[vectortile]"
 )