From ce71b45791ec95f26aff050521c1756a9b949b0a Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Tue, 5 Jan 2016 15:29:54 +0100 Subject: [PATCH] fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29c830a..2b42ac6 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ The defaults are pretty reasonable, I hope. However, you may override pretty muc #### Specials As mentioned, this module will generate random time entries for your hosts. The random number generator is hashed with hostname and backup_level, so the randomness will be repeatable per host.level. This is important so puppet won't override the crons with each run. You may specify time ranges as follows: - * default cron syntax (1-10, '*/5', 5) + * default cron syntax * an array with allowed values, for example, if you want the backup for a host to run between 1am and 5am, you would override the hours setting for the host in question. in hiera this would look like: (Explanation see below)