Accept the Chef license as part of the config files

This commit is contained in:
Greg Karékinian 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: verifier:
name: inspec name: inspec
chef_license: accept
platforms: platforms:
- name: ubuntu-18.04 - name: ubuntu-18.04

View File

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

View File

@ -30,7 +30,7 @@ before_script:
- cookstyle --version - cookstyle --version
- foodcritic --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: matrix:
include: include: