Merge pull request #37107 from do3meli/patch-2

use versionadded and deprecated warnings in apache_module
This commit is contained in:
Mike Place 2016-10-20 21:03:00 +09:00 committed by GitHub
commit bd10ff57bf

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