]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Reconfigure ascalon for move to Wolfson House
[chef.git] / roles / nominatim.rb
index 39289cab7ae3ad4e5e531de6c28cbc223a445e14..1c620147253cf76d6b1cf02464cc42388d6f450f 100644 (file)
@@ -22,11 +22,7 @@ default_attributes(
       :threads_per_child => 50
     }
   },
-  :apt => {
-    :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
-  },
   :postgresql => {
-    :versions => [ "9.1" ],
     :settings => {
       :defaults => {
         :max_connections => "450",
@@ -55,11 +51,8 @@ default_attributes(
     }
   },
   :nominatim => {
-    :repository => "git://git.openstreetmap.org/nominatim.git",
-    :database => {
-        :cluster => "9.1/main",
-        :dbname => "nominatim"
-    }
+    :enabled => true,
+    :repository => "git://git.openstreetmap.org/nominatim.git"
   }
 )