You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When a reactor SLS uses a int as the ID, I see this traceback in the master logs:
2023-09-15 12:11:11,834 [salt.utils.reactor :192 ][ERROR ][382147] Exception encountered while compiling reactions
Traceback (most recent call last):
File "/home/ch3ll/git/salt/salt/utils/reactor.py", line 180, in reactions
errors = self.verify_high(high)
File "/home/ch3ll/git/salt/salt/state.py", line 453, in verify_high
if name.startswith("__"):
AttributeError: 'int' object has no attribute 'startswith'
Description
When a reactor SLS uses a int as the ID, I see this traceback in the master logs:
Setup
/etc/salt/master:
/srv/reactor/start.sls
Steps to Reproduce the behavior
Start the Master and then the Minion. When the minion starts you should see the traceback in the log output.
Expected behavior
No traceback, but a clear error that you should not use int.
Versions Report
head of 3006.x
The text was updated successfully, but these errors were encountered: