Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/364165 )

Change subject: backup: Remove the day from the hourly schedule
......................................................................

backup: Remove the day from the hourly schedule

The hourly schedule had a mistake in the incremental definition that
made it work as an hourly backup only on the specified day of the week.
Remove the day to make it work as hourly any day of the week

Change-Id: Ieeb1f568c228bf84520bf11f6be2cb02ef6b2cdb
---
M modules/backup/manifests/hourlyschedule.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/65/364165/1

diff --git a/modules/backup/manifests/hourlyschedule.pp 
b/modules/backup/manifests/hourlyschedule.pp
index be8089a..3bba4e4 100644
--- a/modules/backup/manifests/hourlyschedule.pp
+++ b/modules/backup/manifests/hourlyschedule.pp
@@ -7,7 +7,7 @@
               'at'    => "${name} at 02:05",
             },
             { 'level' => 'Incremental',
-              'at'    => "${name} hourly",
+              'at'    => 'hourly',
             },
                 ],
         # lint:endignore

-- 
To view, visit https://gerrit.wikimedia.org/r/364165
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieeb1f568c228bf84520bf11f6be2cb02ef6b2cdb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to