]> git.openstreetmap.org Git - chef.git/commitdiff
Expire board wiki backups
authorTom Hughes <tom@compton.nu>
Mon, 13 Jul 2015 21:21:00 +0000 (22:21 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 13 Jul 2015 21:21:00 +0000 (22:21 +0100)
cookbooks/backup/templates/default/expire.cron.erb

index 7a6e081300620816d606da78977ef886337264c7..2cabb6880d1bd86dc1d0bb6268f2d2a7be0ed183 100644 (file)
@@ -2,7 +2,7 @@
 
 # DO NOT EDIT - This file is being maintained by Chef
 
-for prefix in chef-server chef-repository chef-git git lists osm-blog osmf-crm osmf-ledgersmb wiki-wiki.osmfoundation.org osqa otrs sotm svn switch2osm thinkup trac wiki-wiki.openstreetmap.org
+for prefix in chef-server chef-repository chef-git git lists osm-blog osmf-crm osmf-ledgersmb wiki-wiki.osmfoundation.org osqa otrs sotm svn switch2osm thinkup trac wiki-board.osmfoundation.org wiki-wiki.openstreetmap.org
 do
   /usr/local/bin/expire-backups --days=3 --weeks=3 --months=3 /store/backup $prefix
 done