vagrant/test/unit/plugins/kernel_v2/config
Brian Cain fefb702359
Introduce `type` and `command` triggers
This commit introduces some basic functionality for typed triggers:

- command
- action

Command triggers are triggers that will run before or after a given
sub-command.

Action triggers are for running triggers before or after internal
actions for Vagrant. This could be before or after a provision step,
before or after synced folders, or networking, etc.
2019-02-01 13:34:15 -08:00
..
package_test.rb kernel/v2: default all configs properly, remove config/default.rb 2014-02-05 15:36:35 -08:00
push_test.rb Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
ssh_connect_test.rb Fill out ssh options config and remote_user 2018-12-11 08:09:43 -08:00
ssh_test.rb Remove 'config' from ssh.defaults, and instead setup in '.connect' 2018-12-11 07:51:47 -08:00
trigger_test.rb Improve config rspec tests 2018-04-20 10:51:38 -07:00
vagrant_test.rb Add Vagrantfile configuration option to register sensitive values 2018-01-15 07:23:47 -08:00
vm_test.rb Fixes #10224: Allow validation of config while ignoring provider 2018-10-30 13:37:22 -07:00
vm_trigger_test.rb Introduce `type` and `command` triggers 2019-02-01 13:34:15 -08:00