]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim-slave.rb
Push postgresql version selection down to nodes for nominamtim
[chef.git] / roles / nominatim-slave.rb
index 3175a955335e83f0bd468b8663cc6a25ae07bb9a..a161d90cd17d0ebf5481c931f42108c883beacc7 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all slave nominatim servers"
 
 default_attributes(
   :postgresql => {
-    :versions => ["9.3"],
     :settings => {
       :defaults => {
         :hot_standby => "on",
@@ -22,7 +21,6 @@ default_attributes(
   :nominatim => {
     :enable_backup => false
   }
-
 )
 
 run_list(