mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update Docs
Co-authored-by: Megan Wilhite <mwilhite@vmware.com>
This commit is contained in:
parent
9cc3b82c1a
commit
295f002fc3
1 changed files with 2 additions and 1 deletions
|
@ -2087,7 +2087,8 @@ def remove(
|
|||
salt '*' pkg.remove <package1>,<package2>,<package3>
|
||||
salt '*' pkg.remove pkgs='["foo", "bar"]'
|
||||
|
||||
.. versionadded:: 3007
|
||||
.. versionchanged:: 3007
|
||||
Can now remove also PTF packages which require a different handling in the backend.
|
||||
|
||||
Can now remove also PTF packages which require a different handling in the backend.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue