From 486e140da778e21993a86443f33505ff5f3e2522 Mon Sep 17 00:00:00 2001 From: Jeremy Rosenbaum Date: Sun, 31 May 2015 09:59:57 -0700 Subject: [PATCH] add "versionadded" to sync_log_handlers docstring --- salt/modules/saltutil.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/modules/saltutil.py b/salt/modules/saltutil.py index cf8e665a48..914b28826e 100644 --- a/salt/modules/saltutil.py +++ b/salt/modules/saltutil.py @@ -423,6 +423,8 @@ def sync_utils(saltenv=None, refresh=True): def sync_log_handlers(saltenv=None, refresh=True): ''' + .. versionadded:: Beryllium + Sync utility source files from the _log_handlers directory on the salt master file server. This function is environment aware, pass the desired environment to grab the contents of the _log_handlers directory, base is the default