From d20d8f9d90734c63c251459bf41f70ff88ac5aa6 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 2 Apr 2021 10:51:19 -0700 Subject: [PATCH] Update inputs.md Signed-off-by: Ian Maddaus Remove setting input from Audit Cookbook --- docs-chef-io/content/inspec/inputs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs-chef-io/content/inspec/inputs.md b/docs-chef-io/content/inspec/inputs.md index c74c4d5fe..14cd5205f 100644 --- a/docs-chef-io/content/inspec/inputs.md +++ b/docs-chef-io/content/inspec/inputs.md @@ -89,7 +89,6 @@ As installed (without specialized plugins), Chef InSpec supports several ways of - Using the CLI option `--input name1=value1 name2=value2...` to read directly from the command line - Using the CLI option `--input-file somefile.yaml` to read inputs from files - In kitchen-inspec, using the `verifier/inputs` settings -- In the Audit Cookbook, using the `node[:audit][:inputs]` In addition, Chef InSpec supports Input Plugins, which can provide optional integrations to specific key-value stores.