emyl / vagrant-triggers

Allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.
MIT License
546 stars 35 forks source link

How do I run a trigger after a specific provisioner runs? #88

Closed CmptrExpr closed 6 years ago

CmptrExpr commented 7 years ago

I have several scripts defined as config.vm.provision with different names. Let's call them A, B, and C. I want to execute a trigger after provisioner B runs. How do I do that?