Correct image names, they are variables.
This commit is contained in:
parent
0edfd67daf
commit
f014ae4645
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: centos66_x86_64
|
||||
image: {{ centos66_x86_64 }}
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: fedora22_x86_64
|
||||
image: {{ fedora22_x86_64 }}
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue