X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..3c0e9a8a3178545962f25797d00d0edf9d8cd1fe:/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