Skip to content

Commit

Permalink
add versionadded notations
Browse files Browse the repository at this point in the history
  • Loading branch information
UtahDave committed Feb 11, 2016
1 parent 10b5c94 commit 762a71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/modules/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ def unzip(zip_file, dest, excludes=None, options=None, template=None,
password: None
Password to use with password protected zip files
.. versionadded:: 2016.3.0
CLI Example:
.. code-block:: bash
Expand Down
2 changes: 2 additions & 0 deletions salt/states/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def extracted(name,
Password to use with password protected zip files. Currently only zip
files with passwords are supported.
.. versionadded:: 2016.3.0
source
Archive source, same syntax as file.managed source argument.
Expand Down

0 comments on commit 762a71c

Please sign in to comment.