Rakefile in vagrant-orchestrate-0.5.1 vs Rakefile in vagrant-orchestrate-0.5.2
- old
+ new
@@ -15,9 +15,10 @@
# by IP. See the Vagrantfile in the root of the repo for more info.
system("vagrant up /local/ --no-provision")
# To ensure the ntp sync happens even if the servers are already up
system("vagrant provision /local/")
ENV["VAGRANT_ORCHESTRATE_NO_GUARD_CLEAN"] = "true"
- system("bundle exec vagrant-spec test --components=orchestrate/push orchestrate/prompt orchestrate/status")
+ system("bundle exec vagrant-spec test \
+ --components=orchestrate/push orchestrate/prompt orchestrate/status orchestrate/provision")
puts "Destroying target servers"
system("vagrant destroy -f /local/")
end