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