mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add payload module
This commit is contained in:
parent
bd9d695193
commit
58385190bd
1 changed files with 7 additions and 0 deletions
7
salt/payload.py
Normal file
7
salt/payload.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
'''
|
||||
Many aspects of the salt payload need to be managed, from the return of
|
||||
encrypted keys to general payload dynamics and packaging, these happen in here
|
||||
'''
|
||||
import os
|
||||
import cPickle as pickle
|
||||
|
Loading…
Add table
Reference in a new issue