]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
nominatim: add postgres/postgis version information in local settings
[chef.git] / roles / poldi.rb
index 01172686e451cdcbbef179089b6e7a337c15c797..94b2ea6839eff77b1714f41ad9f196029233682c 100644 (file)
@@ -66,6 +66,7 @@ default_attributes(
     }
   },
   :nominatim => {
+    :enabled => false,
     :database => {
         :cluster => "9.1/main",
         :dbname => "nominatim",
@@ -81,22 +82,11 @@ default_attributes(
             :max_children => "10"
         }
     }
-  },
-  :munin => {
-    :plugins => {
-      :sensors_volt => {
-        :volt6 => {
-          :warning => "2.992:3.536"
-        },
-        :volt10 => {
-          :warning => "2.71:3.29"
-        }
-      }
-    }
   }
 )
 
 run_list(
   "role[ucl-wolfson]",
+  "role[tyan-s7010]",
   "role[nominatim]"
 )