From 36da4df3b14bf92f326f7f678388960233d25154 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 3 Oct 2016 17:10:53 -0400 Subject: [PATCH] Remove exec example --- website/source/docs/drivers/exec.html.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/website/source/docs/drivers/exec.html.md b/website/source/docs/drivers/exec.html.md index 8de50ae38..84828b501 100644 --- a/website/source/docs/drivers/exec.html.md +++ b/website/source/docs/drivers/exec.html.md @@ -87,19 +87,6 @@ The `exec` driver will set the following client attributes: * `driver.exec` - This will be set to "1", indicating the driver is available. -Here is an example of using these properties in a job file: - -```hcl -job "docs" { - # Only run this job where exec is enabled. (Note: this constraint is applied - # automatically if you specify a task that uses the exec driver). - constraint { - attribute = "${driver.exec}" - value = "1" - } -} -``` - ## Resource Isolation The resource isolation provided varies by the operating system of