Root password given only on returned object
[p5sagit/Oyster.git] / oyster.conf
1 <Provision>
2     <default>
3         type     Rackspace
4         username foo
5         password baz
6         size 256
7     </default>
8
9     <test>
10         type     Rackspace
11         username foo
12         password baz
13     </test>
14     <live>
15         type     Rackspace
16         username foo
17         password baz
18         size 512
19     </live>
20 </Provision>