mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
lint
This commit is contained in:
parent
84121e14fe
commit
9166c22003
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user