From b134493e65d73636d25aa569f9b77f9c0b4c3f88 Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Wed, 19 Dec 2018 16:17:14 -0700 Subject: Adding in the license-acceptance flow This adds a new feature to chef-client where users must accept the EULA before using the product. Users can accept the license by passing '--chef-license accept', setting ENV[CHEF_LICENSE]=accept or by running 'chef-client' and following the interactive prompt. Signed-off-by: tyler-ball --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 18a12e654d..ed538216f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ branches: env: global: - FORCE_FFI_YAJL=ext + - CHEF_LICENSE=accept-no-persist matrix: include: -- cgit v1.2.1