diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-06-08 14:57:34 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-06-08 14:57:34 -0700 |
commit | 85f2bd09c9ff639a6cf5b16d686762039eb83404 (patch) | |
tree | 143b6e7181f93ef007af047b6c74daf629794dc3 | |
parent | 8fce576d82ea7d1e0e42d7361cac895cd7d16616 (diff) | |
download | chef-85f2bd09c9ff639a6cf5b16d686762039eb83404.tar.gz |
fix typo
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6c46de805d..4618dd157b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,7 +9,7 @@ Please see `https://docs.chef.io/release/<major>-<minor>/release_notes.html` for Also introduced is a new configuration setting - `exit_status`. -By default in this release, `exit_status` is `nil` and the default behavior will be to warn on the use of deprecated and non-standard exit codes. `exit_status` can be set to `:enabled`, which will force chef-client to exit with then RFC defined exit codes and any non-standard exit statuses will be converted to `1` or GENERIC_FAILURE. `exit_status` can also be set to `:disabled` which preserves the old behavior of non-standardized exit status and skips the deprecation warnings. +By default in this release, `exit_status` is `nil` and the default behavior will be to warn on the use of deprecated and non-standard exit codes. `exit_status` can be set to `:enabled`, which will force chef-client to exit with the RFC defined exit codes and any non-standard exit statuses will be converted to `1` or GENERIC_FAILURE. `exit_status` can also be set to `:disabled` which preserves the old behavior of non-standardized exit status and skips the deprecation warnings. ## New Data Collector functionality for run statistics |