Fix backupdir name state

This commit is contained in:
Mike Reeves
2021-02-06 15:32:42 -05:00
parent bf79c92456
commit a3ca84db66

View File

@@ -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 %}
{% endif %}