]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Reconfigure ascalon for move to Wolfson House
[chef.git] / roles / nominatim.rb
index c884e2b21b37a0a0fe92c5debf99813822a65ff4..1c620147253cf76d6b1cf02464cc42388d6f450f 100644 (file)
@@ -22,9 +22,6 @@ default_attributes(
       :threads_per_child => 50
     }
   },
-  :apt => {
-    :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
-  },
   :postgresql => {
     :settings => {
       :defaults => {
@@ -54,6 +51,7 @@ default_attributes(
     }
   },
   :nominatim => {
+    :enabled => true,
     :repository => "git://git.openstreetmap.org/nominatim.git"
   }
 )