Include lsof

Issue #2 resolved
Tommy McNeely created an issue

I was running a restart and noticed...

[root@ahf-prodsolr-01 ~]# service solr restart
Sending stop command to Solr running on port 8983 ... waiting 5 seconds to allow Jetty process 4245 to stop gracefully.
NOTE: Please install lsof as this script needs it to determine if Solr is listening on port 8983.

Started Solr server on port 8983 (pid=4955). Happy searching!

Suggest adding a

ensure_packages('lsof')

Comments (3)

  1. Michael Speth

    Thank you. I have added the package lsof which seems to have cleared up this issue. The new release 0.3.5 has this change so please pull it from the puppetforge.

  2. Log in to comment