]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim-standalone.rb
Push postgresql version selection down to nodes for nominamtim
[chef.git] / roles / nominatim-standalone.rb
index 98bdee2c783cb9ba0a456050139a541fc71921b2..561692c8f3de0010b3024388b14d25efefaec0e7 100644 (file)
@@ -5,9 +5,6 @@ default_attributes(
   :apt => {
     :sources => ["postgresql"]
   },
-  :postgresql => {
-    :versions => ["9.4"]
-  },
   :nominatim => {
     :enable_backup => false
   }