mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37159 from rallytime/bp-37107
Back-port #37107 to 2016.3
This commit is contained in:
commit
b5025c044e
1 changed files with 3 additions and 3 deletions
|
@ -91,6 +91,8 @@ def disabled(name):
|
|||
'''
|
||||
Ensure an Apache module is disabled.
|
||||
|
||||
.. versionadded:: 2016.3.0
|
||||
|
||||
name
|
||||
Name of the Apache module
|
||||
'''
|
||||
|
@ -125,9 +127,7 @@ def disable(name):
|
|||
'''
|
||||
Ensure an Apache module is disabled.
|
||||
|
||||
.. warning::
|
||||
|
||||
This function is deprecated and will be removed in Salt Nitrogen.
|
||||
.. deprecated:: 2016.3.0
|
||||
|
||||
name
|
||||
Name of the Apache module
|
||||
|
|
Loading…
Add table
Reference in a new issue