From a483cf7c74c2e02e3c448f4e08db834d717d2b7d Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 30 Sep 2025 10:08:25 +0200 Subject: [PATCH] updated gobackup state --- states/gobackup/config.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/states/gobackup/config.sls b/states/gobackup/config.sls index 2e058c7..2a69afc 100644 --- a/states/gobackup/config.sls +++ b/states/gobackup/config.sls @@ -11,4 +11,5 @@ gobackup-config-file: file.managed: - name: {{ gobackup.config_dir }}/gobackup.yml - source: salt://gobackup/templates/gobackup.yml.j2 + - mode: 700 - template: jinja