mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29507 from rallytime/ec2-doc-fix
Switch volumes and del_*_on_destroy example ordering
This commit is contained in:
commit
65deba8bb5
1 changed files with 2 additions and 2 deletions
|
@ -270,12 +270,12 @@ Set up an initial profile at ``/etc/salt/cloud.profiles``:
|
|||
SubnetId: subnet-813d4bbf
|
||||
SecurityGroupId:
|
||||
- sg-750af413
|
||||
del_root_vol_on_destroy: True
|
||||
del_all_vol_on_destroy: True
|
||||
volumes:
|
||||
- { size: 10, device: /dev/sdf }
|
||||
- { size: 10, device: /dev/sdg, type: io1, iops: 1000 }
|
||||
- { size: 10, device: /dev/sdh, type: io1, iops: 1000 }
|
||||
del_root_vol_on_destroy: True
|
||||
del_all_vol_on_destroy: True
|
||||
tag: {'Environment': 'production', 'Role': 'database'}
|
||||
sync_after_install: grains
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue