Closed erichummel closed 7 years ago
Howdy, the latest update is causing all runs of the papertrail client to fail with the error in the subject. We're locking our version to 0.10.1 to prevent the issue for now, but thought you all might want to know.
This is our cookbook line for running the client
execute "PAPERTRAIL_API_TOKEN=#{node['remote_syslog2']['papertrail_api_token']} papertrail-add-system --system #{node['hostname']} --destination-port #{node['remote_syslog2']['remoteport']}"
Thanks for the heads up! Working on it now.
This has been fixed @erichummel! Thanks for letting us know, sorry about that.
Howdy, the latest update is causing all runs of the papertrail client to fail with the error in the subject. We're locking our version to 0.10.1 to prevent the issue for now, but thought you all might want to know.
This is our cookbook line for running the client
execute "PAPERTRAIL_API_TOKEN=#{node['remote_syslog2']['papertrail_api_token']} papertrail-add-system --system #{node['hostname']} --destination-port #{node['remote_syslog2']['remoteport']}"