]> git.openstreetmap.org Git - chef.git/commitdiff
Don't require postgres 9.1 on all tile servers
authorTom Hughes <tom@compton.nu>
Thu, 30 Apr 2015 08:35:06 +0000 (09:35 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Apr 2015 08:35:06 +0000 (09:35 +0100)
roles/tile.rb

index e9344cc6843e47c3eeca03323665b026a0db869b..fb5c467a492e9a312162f5e0421893e7c52eb245 100644 (file)
@@ -23,7 +23,6 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.1"],
     :settings => {
       :defaults => {
         :temp_buffers => "32MB",