]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
enable cron jobs on poldi
[chef.git] / roles / pummelzacken.rb
index c63696e1dfcd8e67effa9b451a9b41e76b0701d0..d69d5c64432c27d8ebbb2a5ddadbe9085affb549 100644 (file)
@@ -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",
     }
   }
 )