From a3ca84db661545ea688b7098ea322a8bbaaa42a6 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Sat, 6 Feb 2021 15:32:42 -0500 Subject: [PATCH] Fix backupdir name state --- salt/common/init.sls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/salt/common/init.sls b/salt/common/init.sls index ff01dec5d..870ae177f 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -232,7 +232,8 @@ commonlogrotateconf: {% if role in ['eval', 'manager', 'managersearch', 'standalone'] %} # Lock permissions on the backup directory -file.directory: +backupdir: + file.directory: - name: /nsm/backup - user: 0 - group: 0 @@ -294,4 +295,4 @@ dockerreserveports: test.fail_without_changes: - name: {{sls}}_state_not_allowed -{% endif %} \ No newline at end of file +{% endif %}