Accept the Chef license as part of the config files

This commit is contained in:
Greg 2019-08-14 16:37:35 +02:00
parent 2552847d7e
commit 9fd88a7da3
3 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@ provisioner:
verifier:
name: inspec
chef_license: accept
platforms:
- name: ubuntu-18.04

View File

@ -9,6 +9,9 @@ platforms:
- name: ubuntu-18.04
- name: debian-9
verifier:
chef_license: accept
suites:
- name: default
run_list:

View File

@ -30,7 +30,7 @@ before_script:
- cookstyle --version
- foodcritic --version
script: CHEF_LICENSE=accept-no-persist KITCHEN_LOCAL_YAML=.kitchen.dokken.yml CHEF_VERSION=13.10.4 kitchen verify ${INSTANCE}
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen test ${INSTANCE}
matrix:
include: