mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
.. versionadded:: 2015.5.6
This commit is contained in:
parent
cbaf46e066
commit
579f2646ba
1 changed files with 4 additions and 0 deletions
|
@ -221,6 +221,8 @@ def enabled(name, **kwargs):
|
|||
- an executable ./run file exist
|
||||
- a file named "down" does not exist
|
||||
|
||||
.. versionadded:: 2015.5.6
|
||||
|
||||
name
|
||||
Service name
|
||||
|
||||
|
@ -248,6 +250,8 @@ def disabled(name):
|
|||
'''
|
||||
Return True if the named service is enabled, false otherwise
|
||||
|
||||
.. versionadded:: 2015.5.6
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue