]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/slave.rb
Run a monthly reindex of the smaller database tables
[chef.git] / cookbooks / db / recipes / slave.rb
index 70dc970e75322c15dae275eb7d687d60fb4555d5..f882db614d588adc7917d2fcc16337493acbb0b5 100644 (file)
@@ -18,3 +18,7 @@
 #
 
 include_recipe "db::base"
+
+service "monthly-reindex.timer" do
+  action [:disable, :stop]
+end