]> git.openstreetmap.org Git - chef.git/commitdiff
backups: add blogs to old backup cleanup
authorGrant Slater <git@firefishy.com>
Fri, 22 Jul 2022 21:53:19 +0000 (00:53 +0300)
committerGrant Slater <git@firefishy.com>
Fri, 22 Jul 2022 21:53:19 +0000 (00:53 +0300)
cookbooks/backup/templates/default/expire.cron.erb

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