From 759ae006df818c756807f321635792058f7be115 Mon Sep 17 00:00:00 2001 From: raygervais Date: Mon, 24 Aug 2020 12:39:57 -0400 Subject: [PATCH] adds: note in documentation of inspec on host machine required --- website/pages/docs/provisioners/inspec.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/pages/docs/provisioners/inspec.mdx b/website/pages/docs/provisioners/inspec.mdx index 233220972..3ff2470b1 100644 --- a/website/pages/docs/provisioners/inspec.mdx +++ b/website/pages/docs/provisioners/inspec.mdx @@ -16,6 +16,10 @@ target configured to use SSH, runs an SSH server, executes `inspec exec`, and marshals InSpec tests through the SSH server to the machine being provisioned by Packer. +-> **Note:** Inspec is required to be installed on the host machine and +available in it's corresponding path. It is not required to be installed +on the provisioned image. + ## Basic Example This is a fully functional template that will test an image on DigitalOcean.