SumoLogic / sumologic-collector-puppet-module

Puppet module for installing Sumo Logic's collector.
Other
11 stars 22 forks source link

support /usr/local/SumoCollector installs #22

Closed jdavisp3 closed 6 years ago

jdavisp3 commented 8 years ago

Sometimes the collector seems to install itself in /usr/local instead of /opt. This means the puppet manifest does not recognize that the collector has been installed and thus will run the executable for each puppet run.

jdavisp3 commented 7 years ago

Any feedback here? Installs that go into /usr/local also seem somewhat broken and don't seem to install the upstart service configuration. This is on AWS EC2 on an Ubuntu 14 image. Any useful information I can provide here?

arunpatyal commented 6 years ago

The installation by default goes to /opt. In no case it should go to /usr/local. The /usr/local/sumo directory is used for downloading the installation package and other required files (sources.json etc.) The module has been updated, can you test and verify if you still see the issue?

arunpatyal commented 6 years ago

Please create a new issue, if the problem is reproduced.