Merge pull request #10706 from terminalmage/docs

Clean up img module docs
This commit is contained in:
Thomas S Hatch 2014-02-24 13:54:00 -08:00
commit 205f17236b
2 changed files with 3 additions and 2 deletions

View File

@ -4,3 +4,4 @@ salt.modules.img
.. automodule:: salt.modules.img .. automodule:: salt.modules.img
:members: :members:
:exclude-members: mnt_image

View File

@ -84,7 +84,7 @@ def bootstrap(location, size, fmt):
.. code-block:: bash .. code-block:: bash
salt '*' qemu_nbd.bootstrap /srv/salt-images/host.qcow 4096 qcow2 salt '*' img.bootstrap /srv/salt-images/host.qcow 4096 qcow2
''' '''
location = __salt__['img.make_image'](location, size, fmt) location = __salt__['img.make_image'](location, size, fmt)
if not location: if not location: