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
Is your feature request related to a problem? Please describe.
Masterless minions currently do not support master tops, which is a feature discrepancy vs regular Salt.
Describe the solution you'd like
When opts["file_client"] == "local", evaluate master top modules locally.
What would "master tops" mean when there is no master?
Just some external data source providing the targeted states for a highstate, as usual. Pillar modules work on masterless minions as well, this is roughly the state equivalent (without providing the actual states admittedly).
Edit: Not sure why they are called master tops anyways, they are top modules.
Is your feature request related to a problem? Please describe.
Masterless minions currently do not support master tops, which is a feature discrepancy vs regular Salt.
Describe the solution you'd like
When
opts["file_client"] == "local"
, evaluate master top modules locally.Describe alternatives you've considered
None.
Additional context
#27930
The text was updated successfully, but these errors were encountered: