mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #10706 from terminalmage/docs
Clean up img module docs
This commit is contained in:
commit
205f17236b
@ -4,3 +4,4 @@ salt.modules.img
|
||||
|
||||
.. automodule:: salt.modules.img
|
||||
:members:
|
||||
:exclude-members: mnt_image
|
||||
|
@ -84,7 +84,7 @@ def bootstrap(location, size, fmt):
|
||||
|
||||
.. 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)
|
||||
if not location:
|
||||
|
Loading…
Reference in New Issue
Block a user