mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Porting PR #49750 to 2019.2.1
This commit is contained in:
parent
8d4d5eaeb2
commit
e1aacff4da
5 changed files with 7 additions and 7 deletions
|
@ -111754,7 +111754,7 @@ salt \(aq*\(aq archive.cmd_unzip template=jinja /tmp/zipfile.zip \(aq/tmp/{{grai
|
|||
.TP
|
||||
.B options
|
||||
Optional when using \fBzip\fP archives, ignored when usign other archives
|
||||
files. This is mostly used to overwrite exsiting files with \fBo\fP\&.
|
||||
files. This is mostly used to overwrite existing files with \fBo\fP\&.
|
||||
This options are only used when \fBunzip\fP binary is used.
|
||||
.sp
|
||||
New in version 2016.3.1.
|
||||
|
@ -342365,7 +342365,7 @@ a string of additional arguments to pass to the tar/zip command.
|
|||
.sp
|
||||
If this argument is not used, then the minion will attempt to use
|
||||
Python\(aqs native \fI\%tarfile\fP/\fI\%zipfile\fP support to extract it. For zip
|
||||
archives, this argument is mostly used to overwrite exsiting files with
|
||||
archives, this argument is mostly used to overwrite existing files with
|
||||
\fBo\fP\&.
|
||||
.sp
|
||||
Using this argument means that the \fBtar\fP or \fBunzip\fP command will be
|
||||
|
@ -345502,7 +345502,7 @@ The name of the virtual which will be deleted
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B salt.states.bigip.list_monitor(hostname, username, password, monitor_type, name)
|
||||
A function to list an exsiting monitor.
|
||||
A function to list an existing monitor.
|
||||
.INDENT 7.0
|
||||
.TP
|
||||
.B hostname
|
||||
|
|
|
@ -300,7 +300,7 @@ def get_configured_provider():
|
|||
|
||||
def _verify(vm_):
|
||||
'''
|
||||
Verify credentials for an exsiting system
|
||||
Verify credentials for an existing system
|
||||
'''
|
||||
log.info('Verifying credentials for %s', vm_['name'])
|
||||
|
||||
|
|
|
@ -889,7 +889,7 @@ def cmd_unzip(zip_file,
|
|||
|
||||
options
|
||||
Optional when using ``zip`` archives, ignored when usign other archives
|
||||
files. This is mostly used to overwrite exsiting files with ``o``.
|
||||
files. This is mostly used to overwrite existing files with ``o``.
|
||||
This options are only used when ``unzip`` binary is used.
|
||||
|
||||
.. versionadded:: 2016.3.1
|
||||
|
|
|
@ -453,7 +453,7 @@ def extracted(name,
|
|||
|
||||
If this argument is not used, then the minion will attempt to use
|
||||
Python's native tarfile_/zipfile_ support to extract it. For zip
|
||||
archives, this argument is mostly used to overwrite exsiting files with
|
||||
archives, this argument is mostly used to overwrite existing files with
|
||||
``o``.
|
||||
|
||||
Using this argument means that the ``tar`` or ``unzip`` command will be
|
||||
|
|
|
@ -2491,7 +2491,7 @@ def delete_virtual(hostname, username, password, name):
|
|||
|
||||
def list_monitor(hostname, username, password, monitor_type, name):
|
||||
'''
|
||||
A function to list an exsiting monitor.
|
||||
A function to list an existing monitor.
|
||||
|
||||
hostname
|
||||
The host/address of the bigip device
|
||||
|
|
Loading…
Add table
Reference in a new issue