Merge pull request #37159 from rallytime/bp-37107

Back-port #37107 to 2016.3
This commit is contained in:
Nicole Thomas 2016-10-22 07:55:47 -06:00 committed by GitHub
commit b5025c044e

View file

@ -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