From db790fac0af92e0bc0c4c930a874e5810ebee5c0 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 3 Oct 2016 17:11:10 -0400 Subject: [PATCH] Remove raw-exec example --- website/source/docs/drivers/raw_exec.html.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/website/source/docs/drivers/raw_exec.html.md b/website/source/docs/drivers/raw_exec.html.md index 48d4d7d22..6877ee7ad 100644 --- a/website/source/docs/drivers/raw_exec.html.md +++ b/website/source/docs/drivers/raw_exec.html.md @@ -88,19 +88,6 @@ The `raw_exec` driver will set the following client attributes: * `driver.raw_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 raw-exec is enabled. (Note: this constraint is - # applied automatically if you specify a task that uses the raw-exec driver). - constraint { - attribute = "${driver.raw_exec}" - value = "1" - } -} -``` - ## Resource Isolation The `raw_exec` driver provides no isolation.