]> git.openstreetmap.org Git - chef.git/commitdiff
Expire DWG wiki backups
authorTom Hughes <tom@compton.nu>
Thu, 25 Aug 2016 11:46:48 +0000 (12:46 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 25 Aug 2016 11:46:48 +0000 (12:46 +0100)
cookbooks/backup/templates/default/expire.cron.erb

index b7dec58ed7e819157ca07d4d6dc981bf7b614783..38930c7c7947cacf2df49c5c73036135278e4ccb 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 munin 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
+for prefix in chef-server chef-repository chef-git git lists munin osm-blog osmf-crm osmf-ledgersmb wiki-wiki.osmfoundation.org osqa otrs sotm svn switch2osm thinkup trac wiki-board.osmfoundation.org wiki-dwg.osmfoundation.org wiki-wiki.openstreetmap.org
 do
   /usr/local/bin/expire-backups --days=3 --weeks=3 --months=3 /store/backup $prefix
 done