Merge pull request #9813 from raygervais/documentation/inspec

adds: note in documentation of inspec on host machine required
This commit is contained in:
Wilken Rivera 2020-08-24 16:38:39 -04:00 committed by GitHub
commit 1252658848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.