mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
[fix] Correct require in fleet sls
This commit is contained in:
@@ -100,7 +100,8 @@ fleetdbuser:
|
|||||||
- connection_port: 3306
|
- connection_port: 3306
|
||||||
- connection_user: root
|
- connection_user: root
|
||||||
- connection_pass: {{ MYSQLPASS }}
|
- connection_pass: {{ MYSQLPASS }}
|
||||||
- require: fleetdb
|
- require:
|
||||||
|
- fleetdb
|
||||||
|
|
||||||
fleetdbpriv:
|
fleetdbpriv:
|
||||||
mysql_grants.present:
|
mysql_grants.present:
|
||||||
@@ -112,7 +113,8 @@ fleetdbpriv:
|
|||||||
- connection_port: 3306
|
- connection_port: 3306
|
||||||
- connection_user: root
|
- connection_user: root
|
||||||
- connection_pass: {{ MYSQLPASS }}
|
- connection_pass: {{ MYSQLPASS }}
|
||||||
- require: fleetdb
|
- require:
|
||||||
|
- fleetdb
|
||||||
|
|
||||||
|
|
||||||
{% if FLEETPASS == None or FLEETJWT == None %}
|
{% if FLEETPASS == None or FLEETJWT == None %}
|
||||||
|
|||||||
Reference in New Issue
Block a user