X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/79f4a86c6a7320bb287968a42393b9449196b12e..e9a6a2a72736c2196f124a78ad569292de83f18b:/cookbooks/web/recipes/statistics.rb diff --git a/cookbooks/web/recipes/statistics.rb b/cookbooks/web/recipes/statistics.rb index 3ced1f4d6..769cf5753 100644 --- a/cookbooks/web/recipes/statistics.rb +++ b/cookbooks/web/recipes/statistics.rb @@ -43,10 +43,6 @@ systemd_timer "web-statistics" do on_calendar "00:00:00" end -cron_d "statistics" do - action :delete -end - service "web-statistics.timer" do action [:enable, :start] end