mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update documentation to clarify URL support for lists of sources with file.managed
This commit is contained in:
parent
12a021da11
commit
4f8e2a30fe
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue