Update so-minion

This commit is contained in:
Mike Reeves
2023-03-21 12:53:35 -04:00
committed by GitHub
parent ca363053e6
commit 30fc74ac09

View File

@@ -206,6 +206,9 @@ function add_sensor_to_minion() {
echo " enabled: True" >> $PILLARFILE
}
function apply_ES_state() {
salt-call state.apply elasticsearch --queue=True
}
function createEVAL() {
add_elastic_to_minion
add_logstash_to_minion
@@ -245,6 +248,7 @@ function createSENSOR() {
function createSEARCHNODE() {
add_elastic_to_minion
add_logstash_to_minion
applyElasticState
}
function createSTANDALONE() {