Fix the rest of the analyst entries

This commit is contained in:
Mike Reeves
2023-06-26 16:14:04 -04:00
parent 740723ecd6
commit cb8faf7c5f
16 changed files with 21 additions and 153 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ is_manager_node() {
is_sensor_node() {
# Check to see if this is a sensor (forward) node
is_single_node_grid && return 0
grep "role: so-" /etc/salt/grains | grep -E "sensor|heavynode|helix" &> /dev/null
grep "role: so-" /etc/salt/grains | grep -E "sensor|heavynode" &> /dev/null
}
is_single_node_grid() {