Merge pull request #44164 from terminalmage/fix-docker-docstring

Fix examples in docker_container.{stopped,absent} docstrings
This commit is contained in:
Nicole Thomas 2017-10-19 10:12:36 -04:00 committed by GitHub
commit 1427c72e1e

View file

@ -1853,7 +1853,7 @@ def stopped(name=None,
.. code-block:: yaml
stopped_containers:
docker.stopped:
docker_container.stopped:
- names:
- foo
- bar
@ -1862,7 +1862,7 @@ def stopped(name=None,
.. code-block:: yaml
stopped_containers:
docker.stopped:
docker_container.stopped:
- containers:
- foo
- bar
@ -1998,10 +1998,10 @@ def absent(name, force=False):
.. code-block:: yaml
mycontainer:
docker.absent
docker_container.absent
multiple_containers:
docker.absent:
docker_container.absent:
- names:
- foo
- bar