Last active
April 21, 2020 22:03
-
-
Save ericcalabretta/425279fe24e1afc8c382a7695b0e6e6c to your computer and use it in GitHub Desktop.
Example linux kitchen.yml with "air-gap" virtual box/chef-client downloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver: | |
name: vagrant | |
# Air-gap settings to pull box from internal repo | |
box: linux-box-name | |
box_url: http://URL_to-linux-virtual-box.box | |
box_download_insecure: True | |
provisioner: | |
name: chef_zero | |
# Air-gap settings to pull chef-client from internal repo | |
product_name: chef | |
download_url: https://URL-for-chef-clinet.rpm | |
verifier: | |
name: inspec | |
platforms: | |
- name: centos-7 | |
suites: | |
- name: default | |
verifier: | |
inspec_tests: | |
- test/integration/default | |
attributes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment