Exemple #1
0
def raet_minion_run(cleanup_protecteds):
    '''
    Set up the minion caller. Should be run in its own process.
    This function is intentionally left out of RAETCaller. This will avoid
    needing to pickle the RAETCaller object on Windows.
    '''
    minion = daemons.Minion()  # daemonizes here
    minion.call(cleanup_protecteds=cleanup_protecteds)  # caller minion.call_in uses caller.flo
Exemple #2
0
def raet_minion_run(cleanup_protecteds):
    '''
    Set up the minion caller. Should be run in its own process.
    This function is intentionally left out of RAETCaller. This will avoid
    needing to pickle the RAETCaller object on Windows.
    '''
    minion = daemons.Minion()  # daemonizes here
    minion.call(cleanup_protecteds=cleanup_protecteds)  # caller minion.call_in uses caller.flo
Exemple #3
0
 def minion_run(self, cleanup_protecteds):
     minion = daemons.Minion()  # daemonizes here
     minion.call(cleanup_protecteds=cleanup_protecteds)  # caller minion.call_in uses caller.flo
Exemple #4
0
 def minion_run(self, cleanup_protecteds):
     minion = salt.Minion()  # daemonizes here
     minion.call(cleanup_protecteds=cleanup_protecteds)  # caller minion.call_in uses caller.flo