]> git.openstreetmap.org Git - chef.git/commitdiff
Use postgres 10 for OTRS
authorTom Hughes <tom@compton.nu>
Mon, 25 Jun 2018 12:33:03 +0000 (13:33 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 25 Jun 2018 12:33:03 +0000 (13:33 +0100)
roles/otrs.rb

index 5e24b4df394525a1b23f2abe215dcdef6d78b80e..19d6307714988ce3377eb3173fad6b2780862ac7 100644 (file)
@@ -46,13 +46,13 @@ default_attributes(
   },
   :otrs => {
     :site => "otrs.openstreetmap.org",
-    :database_cluster => "9.5/main",
+    :database_cluster => "10/main",
     :database_name => "otrs",
     :database_user => "otrs",
     :database_password => "otrs"
   },
   :postgresql => {
-    :versions => ["9.5"]
+    :versions => ["10"]
   }
 )