lib/vagrant-orchestrate/plugin.rb in vagrant-orchestrate-0.4.5 vs lib/vagrant-orchestrate/plugin.rb in vagrant-orchestrate-0.4.6
- old
+ new
@@ -32,13 +32,9 @@
require_relative "command/root"
Command::Root
end
- action_hook(:orchestrate, Plugin::ALL_ACTIONS) do |hook|
- hook.before Vagrant::Action::Builtin::ConfigValidate, Action::SetCredentials
- end
-
action_hook(:orchestrate, :machine_action_up) do |hook|
hook.prepend Action::FilterManaged
end
action_hook(:orchestrate, :machine_action_provision) do |hook|