mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix backupdir name state
This commit is contained in:
@@ -232,7 +232,8 @@ commonlogrotateconf:
|
|||||||
|
|
||||||
{% if role in ['eval', 'manager', 'managersearch', 'standalone'] %}
|
{% if role in ['eval', 'manager', 'managersearch', 'standalone'] %}
|
||||||
# Lock permissions on the backup directory
|
# Lock permissions on the backup directory
|
||||||
file.directory:
|
backupdir:
|
||||||
|
file.directory:
|
||||||
- name: /nsm/backup
|
- name: /nsm/backup
|
||||||
- user: 0
|
- user: 0
|
||||||
- group: 0
|
- group: 0
|
||||||
@@ -294,4 +295,4 @@ dockerreserveports:
|
|||||||
test.fail_without_changes:
|
test.fail_without_changes:
|
||||||
- name: {{sls}}_state_not_allowed
|
- name: {{sls}}_state_not_allowed
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user