mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded directive for new check_exists function.
This commit is contained in:
parent
ca290ec3e1
commit
aab35b883e
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ def check_exists(name, path):
|
|||
'''
|
||||
Check if the given path is an alternative for a name.
|
||||
|
||||
.. versionadded:: 2015.8.4
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue