From: Tom Hughes Date: Fri, 29 Jul 2022 17:07:44 +0000 (+0100) Subject: Drop cleanup code X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0ab00370e185911f8cac05ef1a6a15219ae960fe Drop cleanup code --- 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