From eaebf7fef4cf010771c6bc2a5892daad298a36f4 Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Tue, 22 Dec 2015 15:00:50 +0100 Subject: [PATCH] fix README once again --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index db57723..893af5c 100644 --- a/README.md +++ b/README.md @@ -213,11 +213,11 @@ Configure the backup_levels (valid per host and global, so you may either set: r Boolean. Backup default backup dirs or not. (Default: true) -####`$config_default_backup` +####`$default_backup` The default backup directories. This will apply to all hosts unless you set [backup_defaults](#backup_defaults) = false Default is: ```puppet - $config_default_backup = { + $default_backup = { '/etc' => './', '/home' => './', } @@ -326,15 +326,6 @@ You will end up with a structure like: └── weekly.0 ``` -####`$default_backup` -The default backup directories (may be set per host, even though there is not much sense in doing so) -Default is: -```puppet -default_backup => { - '/etc' => './', - '/home' => './', -} -``` ####`$interval` How many backups of each level to keep. Default is: