mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc: fix links in Docker state documentation
This commit is contained in:
parent
15b751d6e2
commit
c69229875e
1 changed files with 2 additions and 9 deletions
|
@ -479,21 +479,14 @@ def loaded(name, tag='latest', source=None, source_hash='', force=False):
|
|||
|
||||
.. note::
|
||||
|
||||
See first the documentation for salt file.managed
|
||||
<http://docs.saltstack.com/en/latest/ref/states/all/_
|
||||
salt.states.file.html#salt.states.file.managed>
|
||||
See first the documentation for Salt `file.managed
|
||||
<http://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html#salt.states.file.managed>`_
|
||||
|
||||
source_hash
|
||||
This can be one of the following:
|
||||
1. a source hash string
|
||||
2. the URI of a file that contains source hash strings
|
||||
|
||||
.. note::
|
||||
|
||||
See first the documentation for salt file.managed
|
||||
<http://docs.saltstack.com/en/latest/ref/states/all/_
|
||||
salt.states.file.html#salt.states.file.managed>
|
||||
|
||||
force
|
||||
Load even if the image exists
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue