mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded tag
This commit is contained in:
parent
f7b5792b71
commit
aba6f6beae
1 changed files with 3 additions and 0 deletions
|
@ -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``)
|
||||
|
|
Loading…
Add table
Reference in a new issue