From bd4f3bbdadc4f2adeb0570f68254f867cd613094 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 13 Feb 2019 21:26:40 -0500 Subject: [PATCH] Ensure borgmatic configuration is setup for borgbackup This adds support for the borgmatic default configuration file. Change-Id: I3023ad0402c42aa48a1df009f29f0397cc17f87d Depends-On: https://review.openstack.org/636766 Signed-off-by: Paul Belanger --- inventory/testing/group_vars/borg.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/testing/group_vars/borg.yaml b/inventory/testing/group_vars/borg.yaml index 2857a97..c149a55 100644 --- a/inventory/testing/group_vars/borg.yaml +++ b/inventory/testing/group_vars/borg.yaml @@ -18,3 +18,7 @@ borgbackup_user_shell: /bin/bash borgmatic_pip_virtualenv_python: python3 borgmatic_pip_virtualenv: /opt/venv/borgmatic + +borgmatic_user_name: borgbackup +borgmatic_user_group: borgbackup +borgmatic_user_home: /var/lib/borgbackup