chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Revert https://github.com/chef/chef-apply/pull/96 #98

Closed tyler-ball closed 5 years ago

tyler-ball commented 5 years ago

Description

I mistakenly thought that telemetry data would be sent even if telemetry is disabled. But there is already a check in the run method of sender.rb that prevents this. Reverting the above PR because it is unnecessary and prevents cleaning up the telemetry data files (which happens regardless of whether they are sent successfully).

Related Issue

Reverts https://github.com/chef/chef-apply/pull/96

Types of changes

Checklist: