summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-08 10:09:01 -0700
committerClaire McQuin <claire@getchef.com>2014-05-08 15:37:48 -0700
commit2481b6740b6de0ede97574e422dd2980a27b8363 (patch)
tree9e77640b94aee3f36aa0bfc5c9b47f51326b356d /DOC_CHANGES.md
parentca384a949df634ef1a2a1cd27df77c9fca02e097 (diff)
downloadchef-2481b6740b6de0ede97574e422dd2980a27b8363.tar.gz
add knife options for chef-full customization
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 504b6d688e..2987bf19b2 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -27,3 +27,9 @@ You can now easily set the environment for an existing node without editing the
```
knife node environment set NODE ENVIRONMENT
```
+### New configurable knife bootstrap options for chef-full template
+You can now modify the chef-full template with the following options in `knife bootstrap`:
+
+* `--bootstrap-install-sh URL` fetches and executes an installation bash script from the provided URL.
+* `--bootstrap-wget-options OPTIONS` and `--bootstrap-curl-options OPTIONS` allow arbitrary options to be added to wget and curl.
+* `--bootstrap-install-command COMMAND` can be used to execute a custom chef-client installation command sequence. Take note that this cannot be used in conjunction with the above options.