]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Update piwik to 4.6.1
[chef.git] / roles / db.rb
index bb13e00c5d543b5332c0c5d64257e992fff52aed..dbcf4baa6b0f5c47cf0c22d4a88b160d6b642623 100644 (file)
@@ -39,7 +39,6 @@ default_attributes(
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :postgresql => {
-    :versions => ["9.5"],
     :settings => {
       :defaults => {
         :listen_addresses => "*",
@@ -51,9 +50,9 @@ default_attributes(
         :cpu_tuple_cost => "0.1",
         :log_min_duration_statement => "1000",
         :late_authentication_rules => [
-          { :address => "10.0.16.0/20" },
           { :address => "10.0.32.0/20" },
-          { :address => "10.0.48.0/20" }
+          { :address => "10.0.48.0/20" },
+          { :address => "10.0.64.0/20" }
         ]
       }
     }