Merge pull request #493 from Security-Onion-Solutions/issue/90

adding auth state back
This commit is contained in:
Josh Patterson
2020-04-01 15:05:43 -04:00
committed by GitHub

View File

@@ -108,6 +108,7 @@ base:
- master
- idstools
- redis
- auth
{%- if FLEETMASTER or FLEETNODE %}
- mysql
{%- endif %}
@@ -196,6 +197,7 @@ base:
- firewall
- sensor
- master
- auth
{%- if FLEETMASTER or FLEETNODE %}
- fleet.install_package
{%- endif %}
@@ -211,6 +213,7 @@ base:
- master
- idstools
- redis
- auth
{%- if FLEETMASTER or FLEETNODE %}
- mysql
{%- endif %}