From 0919bd46bbd1b12158c369569ec1298bb000dd8a Mon Sep 17 00:00:00 2001 From: Bipin Bachhao Date: Wed, 27 May 2020 18:49:38 -0400 Subject: Enable chef_license support for chef infra client (#389) Co-authored-by: Daniel Watkins --- doc/examples/cloud-config-chef.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/examples') diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt index 39957e58..bb4b058c 100644 --- a/doc/examples/cloud-config-chef.txt +++ b/doc/examples/cloud-config-chef.txt @@ -52,6 +52,9 @@ apt: chef: + # Valid values are 'accept' and 'accept-no-persist' + chef_license: "accept" + # Valid values are 'gems' and 'packages' and 'omnibus' install_type: "packages" -- cgit v1.2.3