]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/slave.rb
Tweak energy_perf_bias on ysera to squeeze more CPU
[chef.git] / cookbooks / db / recipes / slave.rb
index 32814b63c9303856a5c7046b55ac75803a65a49b..f882db614d588adc7917d2fcc16337493acbb0b5 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: db
+# Cookbook:: db
 # Recipe:: slave
 #
-# Copyright 2011, OpenStreetMap Foundation
+# Copyright:: 2011, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -18,3 +18,7 @@
 #
 
 include_recipe "db::base"
+
+service "monthly-reindex.timer" do
+  action [:disable, :stop]
+end