mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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
1 changed files with 14 additions and 14 deletions
|
@ -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…
Add table
Reference in a new issue