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.