diff --git a/salt/modules/yumpkg.py b/salt/modules/yumpkg.py index 890a27b454..01ad8b4877 100644 --- a/salt/modules/yumpkg.py +++ b/salt/modules/yumpkg.py @@ -1534,16 +1534,30 @@ def expand_repo_def(repokwargs): def owner(*paths): ''' - Return the name of the package that owns the specified file. Files may be - passed as a string (``path``) or as a list of strings (``paths``). If - ``path`` contains a comma, it will be converted to ``paths``. If a file - name legitimately contains a comma, pass it in via ``paths``. + .. versionadded:: Helium + + Return the name of the package that owns the file. Multiple file paths can + be passed. Like :mod:`pkg.version