diff options
author | Claire McQuin <claire@getchef.com> | 2014-09-30 08:29:37 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-10-01 14:31:05 -0700 |
commit | 9001bbc2d6ff694ddb31fd8b437b4e28367db839 (patch) | |
tree | c38469cb4178467a0b783aef57be25ff3f31c8d7 /DOC_CHANGES.md | |
parent | e1da39b1a278f6baea3795a282dc565315a72c34 (diff) | |
download | chef-9001bbc2d6ff694ddb31fd8b437b4e28367db839.tar.gz |
Update for removed unforked interval client runs.
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index b79e06b4fc..357e9438c4 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -182,6 +182,18 @@ $ knife search node "platform:ubuntu" --filter-result "c_version:languages.c.gcc $ ``` +## Unforked interval chef-client runs are disabled +It is now explicitly prohibited to run the chef-client and chef-solo applications at intervals without forking. +These commands will fail immediately +```bash +chef-client --daemonize --no-fork +chef-solo --interval 1800 --no-fork +chef-client --daemonize --interval 0 --no-fork +``` +You can provide the `--interval` and `--daemonize` flags in conjunction with `--no-fork` if the `--once` flag +is also given. However `--once` overrides all `--interval` and `--splay` settings to run `chef-client` once +then exits. + # `knife ssl check` will verify X509 properties of your trusted certificates When you run `knife ssl check URL (options)` knife will verify if the certificate files, with extensions `*.crt` and `*.pem` |