]> git.openstreetmap.org Git - chef.git/blobdiff - roles/odin.rb
Allow some extra apache processes to account for graceful termination
[chef.git] / roles / odin.rb
index ad003331caa71d77e02683e0e7a5bc2d878fe5f3..b0c49764760cedc693dd47db40335034557b3424 100644 (file)
@@ -47,10 +47,10 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "12/main",
-      :postgis => "3",
-      :mapnik => "3.1"
+      :cluster => "14/main",
+      :postgis => "3"
     },
+    :mapnik => "3.1",
     :styles => {
       :default => {
         :tile_directories => [
@@ -62,6 +62,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
+  "role[equinix-ams]",
   "role[tile]"
 )