From 9682719f8a0baf5a83f30324ab2bf339e791bb6d Mon Sep 17 00:00:00 2001 From: Emiliano Ticci Date: Sat, 9 Apr 2016 13:25:01 +0200 Subject: [PATCH] Moved vagrant-triggers to host interaction category --- Available-Vagrant-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Available-Vagrant-Plugins.md b/Available-Vagrant-Plugins.md index e9245e3..c8ee281 100644 --- a/Available-Vagrant-Plugins.md +++ b/Available-Vagrant-Plugins.md @@ -111,6 +111,7 @@ The following list has both names in this order: rubygem name /internal name/ * [vagrant-ip-show](https://github.com/rogeriopradoj/vagrant-ip-show) -- lists all IPs of VM networks * [vagrant-guestip](https://github.com/mkuzmin/vagrant-guestip) -- displays IP address of a guest * [vagrant-notify-forwarder](https://github.com/mhallin/vagrant-notify-forwarder) -- forwards file system events from the host to the guest +* [vagrant-triggers](https://github.com/emyl/vagrant-triggers) -- execute scripts on the host/guest before/after Vagrant commands ## Testing / BDD * [vagrant-cucumber](https://github.com/scalefactory/vagrant-cucumber) -- allow cucumber to work with VMs @@ -172,7 +173,6 @@ The following list has both names in this order: rubygem name /internal name/ * [vagrant-shell-commander](https://github.com/fgimenez/vagrant-shell-commander) -- "Executes the given command on all the machines on multinode environments" * [vagrant-sparseimage](https://github.com/Learnosity/vagrant-sparseimage) * [vagrant-timezone](https://github.com/tmatilai/vagrant-timezone) -- configures the time zone of the guest -* [vagrant-triggers](https://github.com/emyl/vagrant-triggers) -- execute scripts on the host before and/or after Vagrant commands * [vagrant-unify](https://github.com/edtoon/vagrant-unify) -- rsync files from guest->host, host->guest, or Unison files for bidirectional sync * [vagrant-vbguest](https://github.com/dotless-de/vagrant-vbguest) -- automatically update VirtualBox guest additions if necessary * [vagrant-vbinfo](https://github.com/miroswan/vbinfo) -- Vagrant plugin for outputing detailed VirtualBox information (Mac and Linux only)