X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..c6726761006fc15978d7e15466c08d394d644fce:/cookbooks/db/recipes/slave.rb diff --git a/cookbooks/db/recipes/slave.rb b/cookbooks/db/recipes/slave.rb index 54adff53a..f882db614 100644 --- a/cookbooks/db/recipes/slave.rb +++ b/cookbooks/db/recipes/slave.rb @@ -1,14 +1,14 @@ # -# 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. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -18,3 +18,7 @@ # include_recipe "db::base" + +service "monthly-reindex.timer" do + action [:disable, :stop] +end