diff options
author | danielsdeleo <dan@getchef.com> | 2015-04-01 13:48:13 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-04-01 13:48:13 -0700 |
commit | 8ac000d7d4aa15b73f1ea9ec7e915eba22ea64dd (patch) | |
tree | 15ee4320e97d9a25f79c1d20bb38b056f4019f63 /DOC_CHANGES.md | |
parent | b89d75f769ba336449f204f77311a1d43bc22de3 (diff) | |
download | chef-8ac000d7d4aa15b73f1ea9ec7e915eba22ea64dd.tar.gz |
Update docs files for socketless local mode and no listen
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index a3fae662df..62de8633cf 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -6,6 +6,13 @@ Example Doc Change: Description of the required change. --> +### Chef Client and Knife `--no-listen` Flag and `listen` Config Option + +Chef Client and Knife have a `--no-listen` CLI option. It is only +relevant when using local mode (`-z`). When this flag is given, Chef +Zero does not bind to a port on localhost. The same behavior can be +activated by setting `listen false` in the relevant config file. + ### Chef Client, Solo, and Apply `--minimal-ohai` Flag Chef Client, Solo, and Apply all implement a `--minimal-ohai` flag. When |