]> git.openstreetmap.org Git - chef.git/commitdiff
Upate poldi role for Ubuntu 14.04
authorTom Hughes <tom@compton.nu>
Thu, 18 Dec 2014 13:01:50 +0000 (13:01 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 18 Dec 2014 13:02:14 +0000 (13:02 +0000)
roles/poldi.rb

index 94b2ea6839eff77b1714f41ad9f196029233682c..57fe00e521a99a5889075e5433a4abec6a69825b 100644 (file)
@@ -2,9 +2,6 @@ name "poldi"
 description "Master role applied to poldi"
 
 default_attributes(
-  :apt => {
-    :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
-  },
   :devices => {
     :areca_ld_tune => {
       :comment => "RAID arrays on areca",
@@ -54,7 +51,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => [ "9.3" ],
     :settings => {
       :defaults => {
         :shared_buffers => "24GB",
@@ -68,9 +65,9 @@ default_attributes(
   :nominatim => {
     :enabled => false,
     :database => {
-        :cluster => "9.1/main",
+        :cluster => "9.3/main",
         :dbname => "nominatim",
-        :postgis => "2.0"
+        :postgis => "2.1"
     },
     :fpm_pools => {
         :www => {