mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +01:00
Fleet Skeleton
This commit is contained in:
7
salt/fleet/init.sls
Normal file
7
salt/fleet/init.sls
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Fleet Setup
|
||||||
|
fleetcdir:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/conf/fleet/etc
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
7
salt/mysql/init.sls
Normal file
7
salt/mysql/init.sls
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# MySQL Setup
|
||||||
|
filebeatetcdir:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/conf/mysql/etc
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
Reference in New Issue
Block a user