Class: Telemetry::Session

Inherits:
Object
  • Object
show all
Defined in:
lib/chef_apply/telemeter/patch.rb

Instance Method Summary collapse

Instance Method Details

#session_fileObject

The telemetry session data is normally kept in .chef, which we don’t have.



21
22
23
# File 'lib/chef_apply/telemeter/patch.rb', line 21

def session_file
  ChefApply::Config.telemetry_session_file.freeze
end