Method: ChefApply::Config.telemetry_session_file
- Defined in:
- lib/chef_apply/config.rb
.telemetry_session_file ⇒ Object
53 54 55 |
# File 'lib/chef_apply/config.rb', line 53 def telemetry_session_file File.join(telemetry_path, "TELEMETRY_SESSION_ID") end |