SumoLogic / sumologic-collector-chef-cookbook

Chef Cookbook for installing and configuring the SumoLogic collector for the Sumo Logic service
Other
30 stars 90 forks source link

Commit f4b55675d07e5f6b89d54b3406320e7dc58d0c1b removes customization for install #42

Closed DanielRedOak closed 6 years ago

DanielRedOak commented 9 years ago

Moving from tar installs to dep/rpms effectively removes the customization around install paths, etc. Instead of completely removing this, I would suggest making it selectable via attribute such as node['sumologic']['install_type'] = {package | tar }

majormoses commented 7 years ago

I'd take a pr to allow choosing an install method.

https://github.com/SumoLogic/sumologic-collector-chef-cookbook/blob/v1.3.0/attributes/default.rb#L67-L68

majormoses commented 6 years ago

It looks like we support tar based installs. Closing as I think we have support and lack of activity.