mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
cd0336e868
commit
37bd800fac
1 changed files with 3 additions and 1 deletions
|
@ -1490,6 +1490,8 @@ def running(name,
|
|||
the format ``<ulimit_name>:<soft_limit>:<hard_limit>``, with the hard
|
||||
limit being optional.
|
||||
|
||||
.. versionadded:: 2016.3.6,2016.11.4,Nitrogen
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
foo:
|
||||
|
@ -2383,7 +2385,7 @@ def volume_absent(name, driver=None):
|
|||
'''
|
||||
Ensure that a volume is absent.
|
||||
|
||||
.. versionadded:: 2015.8.4
|
||||
.. versionadded:: 2015.8.4,
|
||||
|
||||
name
|
||||
Name of the volume
|
||||
|
|
Loading…
Add table
Reference in a new issue