mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
e15eeee2d3
commit
aca864643f
1 changed files with 5 additions and 1 deletions
|
@ -99,15 +99,19 @@ def extracted(name,
|
|||
archive_user
|
||||
The user to own each extracted file.
|
||||
|
||||
.. deprecated:: 2014.7.2
|
||||
.. deprecated:: Boron
|
||||
replaced by standardized `user` parameter.
|
||||
|
||||
user
|
||||
The user to own each extracted file.
|
||||
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
group
|
||||
The group to own each extracted file.
|
||||
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
if_missing
|
||||
Some archives, such as tar, extract themselves in a subfolder.
|
||||
This directive can be used to validate if the archive had been
|
||||
|
|
Loading…
Add table
Reference in a new issue