This beacon would provide a similar functionality as job scheduling but would implement it within salt's beacon system. The user would supply a list of salt execution modules to run with optional args and kwargs. The execution modules return would be included with the event and the minion event would only be fired if the return is "truthy" (i.e. not None, False, 0, or similar)
This beacon would provide a similar functionality as job scheduling but would implement it within salt's beacon system. The user would supply a list of salt execution modules to run with optional args and kwargs. The execution modules return would be included with the event and the minion event would only be fired if the return is "truthy" (i.e. not
None,False,0, or similar)