X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8f1ebda3ee9cff33dbd6ca29d24aea0f5294b04c..b028719971e5b2065fdfca642f4e1879836f2809:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 68eaefb13..d7ae5cd6b 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -31,7 +31,6 @@ default_attributes( } }, :nominatim => { - :enabled => true, :flatnode_file => "/ssd/nominatim/nodes.store", :database => { :cluster => "9.3/main", @@ -49,6 +48,17 @@ default_attributes( :pm => "static", :max_children => "10" } + }, + :redirects => { + :reverse => "poldi.openstreetmap.org" + } + }, + :hardware => { + :grub => { + # lock kernel to 3.16.0-46 due to some issue with igb driver + # see https://github.com/openstreetmap/operations/issues/45 + # for more information. + :kernel => "3.16.0-46" } } )