Update documentation to clarify URL support for lists of sources with file.managed

This commit is contained in:
Paul Fisher 2015-11-17 15:39:52 -08:00
parent 12a021da11
commit 4f8e2a30fe

View file

@ -1106,7 +1106,9 @@ def managed(name,
A list of sources can also be passed in to provide a default source and
a set of fallbacks. The first source in the list that is found to exist
will be used and subsequent entries in the list will be ignored.
will be used and subsequent entries in the list will be ignored. Source
list functionality only supports local files and remote files hosted on
the salt master server or retrievable via HTTP, HTTPS, or FTP.
.. code-block:: yaml