From b446fa82367e84321319567e82799f5445276eb4 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Wed, 3 Jan 2024 13:30:00 +0100 Subject: [PATCH] updated gobackup state --- states/gobackup/config.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/states/gobackup/config.sls b/states/gobackup/config.sls index 7752cc1..513209e 100644 --- a/states/gobackup/config.sls +++ b/states/gobackup/config.sls @@ -3,6 +3,9 @@ gobackup-config-dir: file.directory: - name: {{ gobackup.config_dir }} + - user: root + - group: root + - mode: 700 gobackup-config-file: file.managed: