]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dribble.rb
Turn on tile updates on dribble
[chef.git] / roles / dribble.rb
index 4bee4b722c9d1c73afc8a9184eb6e2f7bbacc3da..18865663701131f9842b436571dc3acb6438b176 100644 (file)
@@ -29,15 +29,16 @@ default_attributes(
       }
     }
   },
-  :accounts => {
-    :users => {
-      :msbarry => { :status => :user },
-      :kevin => { :status => :user }
+  :postgresql => {
+    :settings => {
+      :defaults => {
+        :effective_cache_size => "350GB"
+      }
     }
   }
 )
 
 run_list(
   "role[equinix-ams]",
-  "role[crm-staging]"
+  "role[vectortile]"
 )