]> git.openstreetmap.org Git - chef.git/commitdiff
Drop cleanup code
authorTom Hughes <tom@compton.nu>
Fri, 29 Jul 2022 17:07:44 +0000 (18:07 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 29 Jul 2022 17:07:44 +0000 (18:07 +0100)
cookbooks/matomo/recipes/default.rb

index 8b79c54f9866ba916881c31686e954cd8cebfd83..35143fce196302e112ad1f795386e43d0ff7ab87 100644 (file)
@@ -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