mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
make socore own /opt/so/saltstack recursively - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/113
This commit is contained in:
@@ -17,6 +17,15 @@
|
|||||||
|
|
||||||
{% if masterproxy == 1 %}
|
{% if masterproxy == 1 %}
|
||||||
|
|
||||||
|
socore_own_saltstack:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/saltstack
|
||||||
|
- user: socore
|
||||||
|
- group: socore
|
||||||
|
- recurse:
|
||||||
|
- user
|
||||||
|
- group
|
||||||
|
|
||||||
# Create the directories for apt-cacher-ng
|
# Create the directories for apt-cacher-ng
|
||||||
aptcacherconfdir:
|
aptcacherconfdir:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
|||||||
Reference in New Issue
Block a user