mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26431 from rallytime/bp-26417
Back-port #26417 to 2015.5
This commit is contained in:
commit
913451a414
1 changed files with 2 additions and 2 deletions
|
@ -232,13 +232,13 @@ Set up an initial profile at ``/etc/salt/cloud.profiles``:
|
|||
base_ec2_private:
|
||||
provider: my-ec2-southeast-private-ips
|
||||
image: ami-e565ba8c
|
||||
size: t1.micro
|
||||
size: t2.micro
|
||||
ssh_username: ec2-user
|
||||
|
||||
base_ec2_public:
|
||||
provider: my-ec2-southeast-public-ips
|
||||
image: ami-e565ba8c
|
||||
size: t1.micro
|
||||
size: t2.micro
|
||||
ssh_username: ec2-user
|
||||
|
||||
base_ec2_db:
|
||||
|
|
Loading…
Add table
Reference in a new issue