X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cdac35745281eed5581caa1d74c51269a23735e5..8dad5b405a8015c526e7fd6b64544f25d938c728:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 01172686e..94b2ea683 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -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]" )