X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a835321846101589a80dd2d22f915b29ac7901a..e02a48d0169202684271b53f818b87796e3f2e6a:/roles/pummelzacken.rb?ds=sidebyside diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 506aa4ec0..e3003ed47 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,7 +19,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.3"], + :versions => ["9.5"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -39,17 +39,10 @@ default_attributes( }, :redirects => { } - }, - :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" - } } ) run_list( - "role[ucl-wolfson]" + "role[ucl-wolfson]", + "role[nominatim]" )