commit | 551fca3232fc95530d40f01cbcdf08e80975b3b8 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 17 10:44:53 2018 +0000 |
committer | Gerrit Code Review <gerrit2@49259fdfccf8> | Tue Apr 17 10:44:53 2018 +0000 |
tree | a1a7a373afeda835c36be753a2054607c8262cd9 | |
parent | 48b6b125c4310bfa2d9d8b405e28cbd23c0b9328 [diff] | |
parent | 2c90a5f80ad3c6d7dffec369b8da5ccda24a8321 [diff] |
Merge "cron fix"
diff --git a/xtrabackup/client.sls b/xtrabackup/client.sls index 61a75fa..625218b 100644 --- a/xtrabackup/client.sls +++ b/xtrabackup/client.sls
@@ -51,6 +51,7 @@ - minute: {{ client.backup_times.minute }} {%- endif %} {%- elif client.hours_before_incr is defined %} + - minute: 0 {%- if client.hours_before_incr <= 23 and client.hours_before_incr > 1 %} - hour: '*/{{ client.hours_before_incr }}' {%- elif not client.hours_before_incr <= 1 %}