]> git.openstreetmap.org Git - chef.git/commitdiff
Set correct wiki backup prefix for cleanup script
authorGrant Slater <git@firefishy.com>
Mon, 6 Jan 2014 16:32:11 +0000 (16:32 +0000)
committerGrant Slater <git@firefishy.com>
Mon, 6 Jan 2014 16:32:11 +0000 (16:32 +0000)
cookbooks/backup/templates/default/expire.cron.erb

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