Root password given only on returned object
[p5sagit/Oyster.git] / oyster.conf
index 98f1bc7..d20abd1 100644 (file)
@@ -1,7 +1,20 @@
 <Provision>
+    <default>
+        type     Rackspace
+        username foo
+        password baz
+        size 256
+    </default>
+
     <test>
         type     Rackspace
         username foo
         password baz
     </test>
+    <live>
+        type     Rackspace
+        username foo
+        password baz
+        size 512
+    </live>
 </Provision>