]> git.openstreetmap.org Git - chef.git/commitdiff
Update backup expiry script for chef backups
authorTom Hughes <tom@compton.nu>
Fri, 12 Jul 2013 07:53:22 +0000 (08:53 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 12 Jul 2013 07:53:22 +0000 (08:53 +0100)
cookbooks/backup/templates/default/expire.cron.erb

index 55dbe32bee3d53bd3258b3e692e2e63d8d175f96..b1f304aed2c0c17238ea7ca043c5d7de59fb6986 100644 (file)
@@ -2,7 +2,7 @@
 
 # DO NOT EDIT - This file is being maintained by Chef
 
-for prefix in chef 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
 do
   /usr/local/bin/expire-backups --days=3 --weeks=3 --months=3 /store/backup $prefix
 done