Ok so I'm trying the trigger plugin

This one works, it prints firing trigger before get state a few times
        config.trigger.before :ALL do
                info "STATE!!!!"
        end

This one doesn't work, nothing gets called
        config.trigger.before :state do
                info "STATE!!!!"
        end

This one doesn't work, nothing gets called
        config.trigger.before :boot do
                info "BOOT!!!!"
        end



On Wednesday, 20 July 2016 08:57:36 UTC-4, John Smith wrote:
>
> Cool I will try the trigger plugin. The cosequence is because of sysprep. 
> Basically you get that "Configuring windows for the first time" screen 
> which takes for ever and also causes windows to reboot.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/cac5cd49-6182-4509-8245-bc1bbd38295c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to