]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ramoth.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / ramoth.rb
index 896d99c6deb9b80ed8e3e15980057d51ca36eaea..fad21355a46d4bd07e3424f9fbd58bca98d245e6 100644 (file)
@@ -2,8 +2,11 @@ name "ramoth"
 description "Master role applied to ramoth"
 
 default_attributes(
+  :apt => {
+    :sources => ["postgresql"]
+  },
   :db => {
-    :cluster => "9.1/main"
+    :cluster => "9.5/main"
   },
   :devices => {
     :store_openstreetmap => {
@@ -28,9 +31,6 @@ default_attributes(
     }
   },
   :hardware => {
-    :grub => {
-      :cmdline => %w(ghes.disable=1)
-    },
     :watchdog => "w83627hf_wdt"
   },
   :munin => {