From 0075c97846f019caeab963f415eca7cf4998dd21 Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 23 Jul 2014 12:24:41 -0600 Subject: [PATCH] Throw in a 'versionadded' as well --- salt/modules/augeas_cfg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/modules/augeas_cfg.py b/salt/modules/augeas_cfg.py index 81266e0d9b..cb70bbb14d 100644 --- a/salt/modules/augeas_cfg.py +++ b/salt/modules/augeas_cfg.py @@ -89,6 +89,8 @@ def execute(context=None, lens=None, commands=()): ''' Execute Augeas commands + .. versionadded:: 2014.7.0 + CLI Example: .. code-block:: bash