vagrant/website/source/docs/triggers
Milan Stovicek 3ce7c0cf3f
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
````
2018-06-13 18:51:45 +02:00
..
configuration.html.md Add `suspend` into a list of available actions 2018-06-13 18:51:45 +02:00
index.html.md Syntax error for running remote script 2018-05-04 15:44:31 +01:00
usage.html.md Update usage.html.md 2018-05-04 15:31:27 +01:00