mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #30094 from rallytime/module_state_doc_fix
Fix doc formatting for cloud.create example in module.py state
This commit is contained in:
commit
a12bda4b30
@ -74,20 +74,20 @@ arguments. For example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
cloud.create:
|
||||
module.run:
|
||||
- func: cloud.create
|
||||
- provider: test-provider
|
||||
- m_names:
|
||||
- test-vlad
|
||||
- kwargs: {
|
||||
ssh_username: 'ubuntu',
|
||||
image: 'ami-8d6d9daa',
|
||||
securitygroup: 'default',
|
||||
size: 'c3.large',
|
||||
location: 'ap-northeast-1',
|
||||
delvol_on_destroy: 'True'
|
||||
}
|
||||
cloud.create:
|
||||
module.run:
|
||||
- func: cloud.create
|
||||
- provider: test-provider
|
||||
- m_names:
|
||||
- test-vlad
|
||||
- kwargs: {
|
||||
ssh_username: 'ubuntu',
|
||||
image: 'ami-8d6d9daa',
|
||||
securitygroup: 'default',
|
||||
size: 'c3.large',
|
||||
location: 'ap-northeast-1',
|
||||
delvol_on_destroy: 'True'
|
||||
}
|
||||
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
Loading…
Reference in New Issue
Block a user