sample config tweak
[p5sagit/Oyster.git] / oyster.conf
index 98f1bc7..5ebbabb 100644 (file)
@@ -1,7 +1,21 @@
+# sample config
 <Provision>
+    <Default>
+        type     AmazonEC2
+        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>