This commit is contained in:
Thomas S Hatch 2014-12-12 09:59:20 -07:00
parent 84121e14fe
commit 9166c22003

View File

@ -9,14 +9,15 @@ salt-ssh calls and return the data from them.
No access control is needed because calls cannot originate from the minions.
'''
# Import python libs
import copy
import logging
# Import salt libs
import salt.client.ssh
log = logging.getLogger(__name__)
def _publish(tgt,
fun,
arg=None,