X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6868ddaf61adce2fbd6e366c1fee5b4dcb704b5e..e47ce8c5fb7b456fcf36a6d6253a71e1da9fa729:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index c63696e1d..d69d5c644 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -50,6 +50,18 @@ default_attributes( :pm => "static", :max_children => "10" } + }, + :tablespaces => { + "Osm2pgsql_Data" => "ssd", + "Osm2pgsql_Index" => "ssd", + "Place_Data" => "ssd", + "Place_Index" => "ssd", + "Address_Data" => "ssd", + "Address_Index" => "ssd", + "Search_Data" => "ssd", + "Search_Index" => "ssd", + "Aux_Data" => "data", + "Aux_Index" => "data", } } )