Skip to content

Commit

Permalink
Merge pull request #207 from chef/missing_chef_cli
Browse files Browse the repository at this point in the history
Found some missed chef-cli references
  • Loading branch information
jonsmorrow authored Jun 21, 2018
2 parents 3823c56 + e9938b9 commit ae21d93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
1 change: 0 additions & 1 deletion omnibus/config/projects/chef-workstation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
dependency "rust-uninstall"

dependency "chef-run"
dependency "chef-cli"

dependency "gem-permissions"
dependency "rubygems-customization"
Expand Down
54 changes: 0 additions & 54 deletions omnibus/config/software/chef-cli.rb

This file was deleted.

4 changes: 2 additions & 2 deletions www/site/content/docs/chef-workstation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ Chef Workstation collects information to help us identify bugs and how users are

##### Who can view it?

You can view the analytics we collect before it is sent. Telemetry from previous run(s) is sent when you start chef-cli. Find--and remove it, your data--from the `HOME/.chef-workstation/telemetry/` folder.
You can view the analytics we collect before it is sent. Telemetry from previous run(s) is sent when you start chef-run. Find--and remove it, your data--from the `HOME/.chef-workstation/telemetry/` folder.

Your data collected is only accessible to employees of Chef Software, Inc. We will never sell, re-sell, or use your data in a malicious manner.

##### How to opt-out?

* You can stop a single session from being captured by setting the environment variable CHEF_TELEMETRY_OPT_OUT to any value before running chef-cli.
* You can stop a single session from being captured by setting the environment variable CHEF_TELEMETRY_OPT_OUT to any value before running chef-run.
* You can disable telemetry by adding the following to `$HOME/.chef-workstation/config.toml`

```bash
Expand Down
4 changes: 2 additions & 2 deletions www/site/content/docs/chef-workstation/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Chef Workstation collects information to help us identify bugs and how users are

##### Who can view it?

You can view the analytics we collect before it is sent. Telemetry from previous run(s) is sent when you start chef-cli. Find--and remove it, your data--from the `HOME/.chef-workstation/telemetry/` folder.
You can view the analytics we collect before it is sent. Telemetry from previous run(s) is sent when you start chef-run. Find--and remove it, your data--from the `HOME/.chef-workstation/telemetry/` folder.

Your data collected is only accessible to employees of Chef Software, Inc. We will never sell, re-sell, or use your data in a malicious manner.
##### How to opt-out?

* You can stop a single session from being captured by setting the environment variable CHEF_TELEMETRY_OPT_OUT to any value before running chef-cli.
* You can stop a single session from being captured by setting the environment variable CHEF_TELEMETRY_OPT_OUT to any value before running chef-run.
* You can disable telemetry by adding the following to `$HOME/.chef-workstation/config.toml`

```bash
Expand Down

0 comments on commit ae21d93

Please sign in to comment.