mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
more than ZMQ supported for transport, other typos
This commit is contained in:
parent
b4629d4373
commit
9ea2f477b9
3 changed files with 3 additions and 3 deletions
|
@ -1088,7 +1088,7 @@ class RemoteClient(Client):
|
|||
)
|
||||
else:
|
||||
log.debug(
|
||||
'In env {0!r}, we are ** missing ** the file {1!r}'.format(
|
||||
'In saltenv {0!r}, we are ** missing ** the file {1!r}'.format(
|
||||
saltenv, path
|
||||
)
|
||||
)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Encapsulate the different transports available to Salt. Currently this is only ZeroMQ.
|
||||
Encapsulate the different transports available to Salt.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import salt.utils
|
|||
|
||||
class CPModuleTest(integration.ModuleCase):
|
||||
'''
|
||||
Validate the test module
|
||||
Validate the cp module
|
||||
'''
|
||||
def test_get_file(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue