Add `suspend` into a list of available actions
`suspend` action is not listed, even though it can be used and it works. ``` $ vagrant --version Vagrant 2.1.1 ``` ``` config.trigger.before [:suspend] do |trigger| trigger.name = "Before suspend" trigger.run = {inline: "..."} end ````
This commit is contained in:
parent
e43a94b797
commit
3ce7c0cf3f
|
@ -21,6 +21,7 @@ The trigger class takes various options.
|
|||
- `provision`
|
||||
- `reload`
|
||||
- `resume`
|
||||
- `suspend`
|
||||
- `up`
|
||||
|
||||
* `ignore` (symbol, array) - Symbol or array of symbols corresponding to the action that a trigger should not fire on.
|
||||
|
|
Loading…
Reference in New Issue