rename forward node -> sensor node

This commit is contained in:
reyesj2
2025-11-06 15:23:55 -06:00
parent 202b03b32b
commit a84df14137
4 changed files with 5 additions and 5 deletions

View File

@@ -395,7 +395,7 @@ is_manager_node() {
}
is_sensor_node() {
# Check to see if this is a sensor (forward) node
# Check to see if this is a sensor node
is_single_node_grid && return 0
grep "role: so-" /etc/salt/grains | grep -E "sensor|heavynode" &> /dev/null
}