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

@@ -21,6 +21,7 @@ base:
- static
- firewall.*
- data.*
- auth #Shared secrets
- minions.{{ grains.id }}
'*_master':
@@ -32,6 +33,7 @@ base:
- firewall.*
- data.*
- brologs
- auth #Shared secrets
- logstash
- logstash.eval
- healthcheck.eval
@@ -61,4 +63,5 @@ base:
- static
- firewall.*
- data.*
- auth #Shared secrets
- minions.{{ grains.id }}

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 %}