summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBipin Bachhao <bipinbachhao@gmail.com>2020-05-27 18:49:38 -0400
committerGitHub <noreply@github.com>2020-05-27 18:49:38 -0400
commit0919bd46bbd1b12158c369569ec1298bb000dd8a (patch)
tree99a19ed0e42070678aabbed65ab2bf39cab81188 /doc
parenta99c8bcea597c17d83d90bf1e09c9a5b68c3dc22 (diff)
downloadvyos-cloud-init-0919bd46bbd1b12158c369569ec1298bb000dd8a.tar.gz
vyos-cloud-init-0919bd46bbd1b12158c369569ec1298bb000dd8a.zip
Enable chef_license support for chef infra client (#389)
Co-authored-by: Daniel Watkins <oddbloke@ubuntu.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-chef.txt3
1 files changed, 3 insertions, 0 deletions
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"