Vagrantfile in vagrant-orchestrate-0.5.1 vs Vagrantfile in vagrant-orchestrate-0.5.2

- old
+ new

@@ -1,8 +1,9 @@ managed_servers = %w( 192.168.10.80 192.168.10.81 192.168.10.82 192.168.10.83) Vagrant.configure(2) do |config| config.orchestrate.filter_managed_commands = true + config.vm.provision :shell, inline: "echo hello" # These boxes are defined locally to enable acceptance testing. Spinning up # real boxes in the vagrant-spec environment was expensive because it ignored # the cache and didn't expose a facility to view the vagrant output as it ran. # These machines get spun up in the rake task and then the vagrant-spec tests