mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Start building out the base api for pluggable daemons
This is the start of abstracting the base code for the master and minion allowing for non-zeromq transports to be used for full functionality
This commit is contained in:
parent
81ce6ea402
commit
85e4b2b584
5
salt/daemons/__init__.py
Normal file
5
salt/daemons/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
The daemons package is used to store implimentations of the Salt Master and
|
||||
Minion enabling different transports
|
||||
'''
|
1254
salt/daemons/masterapi.py
Normal file
1254
salt/daemons/masterapi.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user