mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #37107 from do3meli/patch-2
use versionadded and deprecated warnings in apache_module
This commit is contained in:
commit
bd10ff57bf
@ -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…
Reference in New Issue
Block a user