lib/testlab.rb in testlab-0.3.1 vs lib/testlab.rb in testlab-0.4.0
- old
+ new
@@ -25,10 +25,11 @@
# :domain => "default.zone"
# ]
#
# node :localhost do
# components %w(resolv bind)
+# route true
#
# provider TestLab::Provider::Vagrant
# config Hash[
# :vagrant => {
# :id => "mytestlab-#{ENV['USER']}".downcase,
@@ -52,13 +53,10 @@
#
# distro "ubuntu"
# release "precise"
#
# provisioner TestLab::Provisioner::Shell
-# config Hash[
-# :shell => "/bin/bash",
-# :setup => shell_provision_script
-# ]
+# config Hash[:setup => shell_provision_script]
#
# interface do
# name :eth0
# network_id :east
# address '10.10.0.254/16'