]> git.openstreetmap.org Git - chef.git/commitdiff
Update list of backups to expire
authorTom Hughes <tom@compton.nu>
Sun, 23 Jun 2013 19:47:18 +0000 (20:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 23 Jun 2013 19:48:54 +0000 (20:48 +0100)
cookbooks/backup/recipes/default.rb
cookbooks/backup/templates/default/expire.cron.erb

index a9b70f168dabcfa4603729250bfdc753fab33e9d..8e3acdc946679a7a41ac4d6e313236d8e150859d 100644 (file)
@@ -33,5 +33,5 @@ template "/etc/cron.daily/expire-backups" do
   source "expire.cron.erb"
   owner "root"
   group "root"
   source "expire.cron.erb"
   owner "root"
   group "root"
-  mode 0644
+  mode 0755
 end
 end
index 03abaec056b6850959a68dcf164617371cf9d3d8..55dbe32bee3d53bd3258b3e692e2e63d8d175f96 100644 (file)
@@ -2,7 +2,7 @@
 
 # DO NOT EDIT - This file is being maintained by Chef
 
 
 # DO NOT EDIT - This file is being maintained by Chef
 
-for prefix in chef git lists osmf-blog osmf-crm osmf-ledgersmb osmf-wiki osqa otrs sotm svn trac wiki
+for prefix in chef 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
 do
   /usr/local/bin/expire-backups --days=3 --weeks=3 --months=3 /store/backup $prefix
 done