features/support/Labfile.vagrant in testlab-0.9.1 vs features/support/Labfile.vagrant in testlab-1.0.0

- old
+ new

@@ -5,11 +5,13 @@ provider TestLab::Provider::Vagrant provisioners [ TestLab::Provisioner::Raring, - TestLab::Provisioner::Bind + TestLab::Provisioner::AptCacherNG, + TestLab::Provisioner::Bind, + TestLab::Provisioner::Resolv ] config ({ :vagrant => { :id => "test-cucumber-#{TestLab.hostname}".downcase, @@ -23,9 +25,13 @@ :domain => "default.zone" } }) network 'labnet' do + provisioners [ + TestLab::Provisioner::Bind + ] + address '10.128.0.1/16' bridge :br0 end container "test-server" do