From aba6f6beae193707ddc79aae33b35ba6a822ada2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= Date: Wed, 11 Jan 2023 12:45:11 +0000 Subject: [PATCH] Add versionadded tag --- salt/modules/openscap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/modules/openscap.py b/salt/modules/openscap.py index 216fd89eef6..c61fa82f2c8 100644 --- a/salt/modules/openscap.py +++ b/salt/modules/openscap.py @@ -59,6 +59,9 @@ _OSCAP_EXIT_CODES_MAP = { def xccdf_eval(xccdffile, ovalfiles=None, **kwargs): """ Run ``oscap xccdf eval`` commands on minions. + + .. versionadded:: 3007 + It uses cp.push_dir to upload the generated files to the salt master in the master's minion files cachedir (defaults to ``/var/cache/salt/master/minions/minion-id/files``)