Accept the Chef license as part of the config files
This commit is contained in:
parent
2552847d7e
commit
9fd88a7da3
@ -13,6 +13,7 @@ provisioner:
|
|||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: inspec
|
name: inspec
|
||||||
|
chef_license: accept
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: ubuntu-18.04
|
- name: ubuntu-18.04
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user