mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 11:42:50 +01:00
Fleet Module - Add Rule Packs Dir
This commit is contained in:
@@ -10,6 +10,20 @@ fleetcdir:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
fleetpackcdir:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/conf/fleet/packs
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
|
fleetpacksync:
|
||||||
|
file.recurse:
|
||||||
|
- name: /opt/so/conf/fleet/packs
|
||||||
|
- source: salt://fleet/packs
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
|
||||||
fleetconf:
|
fleetconf:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/fleet/etc/osquery.conf
|
- name: /opt/so/conf/fleet/etc/osquery.conf
|
||||||
@@ -65,5 +79,6 @@ so-fleet:
|
|||||||
- /etc/pki/fleet.crt:/ssl/server.cert:ro
|
- /etc/pki/fleet.crt:/ssl/server.cert:ro
|
||||||
- /opt/so/log/fleet:/var/log/osquery
|
- /opt/so/log/fleet:/var/log/osquery
|
||||||
- /opt/so/conf/fleet/etc/osquery.conf:/tmp/osquery.conf
|
- /opt/so/conf/fleet/etc/osquery.conf:/tmp/osquery.conf
|
||||||
|
- /opt/so/conf/fleet/packs:/packs
|
||||||
- watch:
|
- watch:
|
||||||
- /opt/so/conf/fleet/etc
|
- /opt/so/conf/fleet/etc
|
||||||
|
|||||||
0
salt/fleet/packs/PUT.PACKS.IN.HERE
Normal file
0
salt/fleet/packs/PUT.PACKS.IN.HERE
Normal file
Reference in New Issue
Block a user