mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add the data struture for a publish request in the client.py
This commit is contained in:
parent
04bf7e5bbf
commit
0be6bff24b
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
'''
|
||||
The client module is used to create a client connection to the publisher
|
||||
The data structurte needs to be:
|
||||
{'enc': 'clear',
|
||||
'load': {'fun': '<mod.callable>',
|
||||
'arg':, ('arg1', 'arg2', ...),
|
||||
'tgt': '<glob or hostname>',
|
||||
'key': '<read in the key file>'}
|
||||
'''
|
||||
# The components here are simple, and they need to be and stay simple, we
|
||||
# want a client to have 3 external concerns, and maybe a forth configurable
|
||||
|
|
Loading…
Add table
Reference in a new issue