X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/510db8c71b2068b9b79331d5ec3f4580cde0fc33..f0a0c1a75ad05855a0ee99f9a31fa70d9717ea76:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 492bd2ea7..70c90a0ca 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -27,7 +27,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on" + :fsync => "off" } } }, @@ -52,6 +52,6 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[nominatim]" )