X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..5e01e28d3970940f3be03d7bfa514373175caad8:/cookbooks/db/recipes/slave.rb diff --git a/cookbooks/db/recipes/slave.rb b/cookbooks/db/recipes/slave.rb index 32814b63c..f882db614 100644 --- a/cookbooks/db/recipes/slave.rb +++ b/cookbooks/db/recipes/slave.rb @@ -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