diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 3 |
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" |