From d3f4ea1a84065f92a28f665157d44d8b245a9b0d Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 13 Jun 2017 22:51:24 -0500 Subject: [PATCH] Clarify that archive_format is required pre-2016.11.0 This makes it more clear that the archive_format can only be left off if you are running 2016.11.0 or newer. --- salt/states/archive.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/states/archive.py b/salt/states/archive.py index 8b192d1a4a..c0fb08a411 100644 --- a/salt/states/archive.py +++ b/salt/states/archive.py @@ -584,7 +584,8 @@ def extracted(name, .. versionchanged:: 2016.11.0 If omitted, the archive format will be guessed based on the value - of the ``source`` argument. + of the ``source`` argument. If the minion is running a release + older than 2016.11.0, this option is required. .. _tarfile: https://docs.python.org/2/library/tarfile.html .. _zipfile: https://docs.python.org/2/library/zipfile.html