aboutsummaryrefslogtreecommitdiffstats
path: root/roles/archive_client/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/archive_client/README.md')
-rw-r--r--roles/archive_client/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/archive_client/README.md b/roles/archive_client/README.md
index 8dcd0fb..11224bc 100644
--- a/roles/archive_client/README.md
+++ b/roles/archive_client/README.md
@@ -19,11 +19,11 @@ Variables
This role **accepts** the following variables:
-Variable | Default | Description
-----------------------------------|------------|------------
-`archive_server_user` | s-archiver | Username of the [archive server](../archive_server) user
-`archive_cleanup_on_calendar` | daily | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for deleting old archive files
-`archive_cleanup_older_than_days` | 7 | Maximum age of files to retain in the archive spool (days)
+Variable | Default | Description
+----------------------------------|--------------|------------
+`archive_server_user` | `s-archiver` | Username of the [archive server](../archive_server) user
+`archive_cleanup_on_calendar` | `daily` | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for deleting old archive files
+`archive_cleanup_older_than_days` | 7 | Maximum age of files to retain in the archive spool (days)
Usage