From f3b377bd5ca5d2cb6fcb11451595642bc8497f5c Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Sun, 6 May 2018 20:25:46 +0100 Subject: [PATCH] reword the triggers only_on documentation --- website/source/docs/triggers/configuration.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/triggers/configuration.html.md b/website/source/docs/triggers/configuration.html.md index 15780e58e..b1833fb9d 100644 --- a/website/source/docs/triggers/configuration.html.md +++ b/website/source/docs/triggers/configuration.html.md @@ -31,7 +31,7 @@ The trigger class takes various options. * `on_error` (symbol) - Defines how the trigger should behave if it encounters an error. By default this will be `:halt`, but can be configured to ignore failures and continue on with `:continue`. -* `only_on` (string, regex, array) - Guest or guests to be ignored on the defined trigger. Values can be a string or regex that matches a guest name. +* `only_on` (string, regex, array) - Limit the trigger to these guests. Values can be a string or regex that matches a guest name. * `run_remote` (hash) - A collection of settings to run a inline or remote script with on the guest. These settings correspond to the [shell provosioner](/docs/provisioning/shell.html).