From 0ab00370e185911f8cac05ef1a6a15219ae960fe Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Jul 2022 18:07:44 +0100 Subject: [PATCH 1/1] Drop cleanup code --- cookbooks/matomo/recipes/default.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cookbooks/matomo/recipes/default.rb b/cookbooks/matomo/recipes/default.rb index 8b79c54f9..35143fce1 100644 --- a/cookbooks/matomo/recipes/default.rb +++ b/cookbooks/matomo/recipes/default.rb @@ -165,7 +165,3 @@ cron_d "matomo" do user "www-data" command "/usr/bin/php /srv/matomo.openstreetmap.org/console core:archive --quiet --url=https://matomo.openstreetmap.org/" end - -cron_d "piwik" do - action :delete -end -- 2.39.5