From 94f32b12dd9dce1c2f89378c54b13986f07bef56 Mon Sep 17 00:00:00 2001 From: Kariton <67470612+Kariton@users.noreply.github.com> Date: Thu, 5 Aug 2021 15:26:05 +0200 Subject: [PATCH] [FIX] README false variable name inside role rsyslog `logging_purge_original_conf` variable is named `logging_purge_confs` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058cc027..32d15eff 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ These variables are set in the same level of the `logging_inputs`, `logging_outp - `logging_enabled`: When 'true', logging role will deploy specified configuration file set. Default to 'true'. - `logging_mark`: Mark message periodically by immark, if set to `true`. Default to `false`. - `logging_mark_interval`: Interval for `logging_mark` in seconds. Default to `3600`. -- `logging_purge_original_conf`: `true` or `false`. If set to `true`, files in /etc/rsyslog.d are purged. +- `logging_purge_confs`: `true` or `false`. If set to `true`, files in /etc/rsyslog.d are purged. - `logging_system_log_dir`: Directory where the local log output files are placed. Default to `/var/log`. ### Update and Delete