mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27253 from jfindlay/version.2015.5
2015.5 -> 2015.5.0
This commit is contained in:
commit
b22286476e
5 changed files with 6 additions and 6 deletions
|
@ -113,7 +113,7 @@ class SSHClient(object):
|
|||
'''
|
||||
Execute a salt-ssh call synchronously.
|
||||
|
||||
.. versionaddedd:: 2015.5.0
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
WARNING: Eauth is **NOT** respected
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ def cmd(
|
|||
Execute a single command via the salt-ssh subsystem and return all
|
||||
routines at once
|
||||
|
||||
.. versionaddedd:: 2015.2
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
A wrapper around the :py:meth:`SSHClient.cmd
|
||||
<salt.client.ssh.client.SSHClient.cmd>` method.
|
||||
|
|
|
@ -476,7 +476,7 @@ def present(name, bare=True, user=None, force=False, shared=None):
|
|||
shared
|
||||
Specify the permission for sharing, see git-init for details (Default: None)
|
||||
|
||||
.. versionadded:: 2015.5
|
||||
.. versionadded:: 2015.5.0
|
||||
'''
|
||||
name = os.path.expanduser(name)
|
||||
ret = {'name': name, 'result': True, 'comment': '', 'changes': {}}
|
||||
|
|
|
@ -4,7 +4,7 @@ HTTP monitoring states
|
|||
|
||||
Perform an HTTP query and statefully return the result
|
||||
|
||||
.. versionaddedd:: 2015.2
|
||||
.. versionadded:: 2015.5.0
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -21,7 +21,7 @@ def query(name, match=None, match_type='string', status=None, **kwargs):
|
|||
'''
|
||||
Perform an HTTP query and statefully return the result
|
||||
|
||||
.. versionaddedd:: 2015.2
|
||||
.. versionadded:: 2015.5.0
|
||||
'''
|
||||
# Monitoring state, but changes may be made over HTTP
|
||||
ret = {'name': name,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Utils for making various web calls. Primarily designed for REST, SOAP, webhooks
|
||||
and the like, but also useful for basic HTTP testing.
|
||||
|
||||
.. versionaddedd:: 2015.2
|
||||
.. versionadded:: 2015.5.0
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue