5ebbabb8aea3f1f95021c57379b77c5e2eda7e85
[p5sagit/Oyster.git] / oyster.conf
1 # sample config
2 <Provision>
3     <Default>
4         type     AmazonEC2
5         username foo
6         password baz
7         size 256
8     </Default>
9
10     <test>
11         type     Rackspace
12         username foo
13         password baz
14     </test>
15     <live>
16         type     Rackspace
17         username foo
18         password baz
19         size 512
20     </live>
21 </Provision>