adding auth and comment back to pillar and salt top

This commit is contained in:
m0duspwnens
2020-04-01 15:36:15 -04:00
parent 832128ac96
commit 884e267db5
2 changed files with 7 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ base:
- soc
- firewall
- idstools
- auth
- auth #Shared secrets
- salt.beacons
{%- if FLEETMASTER or FLEETNODE %}
- mysql
@@ -108,7 +108,7 @@ base:
- master
- idstools
- redis
- auth
- auth #Shared secrets
{%- if FLEETMASTER or FLEETNODE %}
- mysql
{%- endif %}
@@ -197,7 +197,7 @@ base:
- firewall
- sensor
- master
- auth
- auth #Shared secrets
{%- if FLEETMASTER or FLEETNODE %}
- fleet.install_package
{%- endif %}
@@ -213,7 +213,7 @@ base:
- master
- idstools
- redis
- auth
- auth #Shared secrects
{%- if FLEETMASTER or FLEETNODE %}
- mysql
{%- endif %}