-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor bug with puppet-zookeeper/templates/zookeeper.service.erb #103
Labels
Comments
Hi Deric, You are most welcome. Regarding your question, nope - that line does not override the correct path. (This conclusion is drawn from an installation on a clean VM). Kind regards, Before that line - (systemd logs - journalctl -xe -u zookeeper-server)
After that line -
|
Should be fixed in v0.7.5 release. |
cegeka-jenkins
pushed a commit
to cegeka/puppet-zookeeper
that referenced
this issue
Sep 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
puppet-zookeeper/templates/zookeeper.service.erb
, highlighted in bold(should be Wants)
classpath
should include/usr/lib/zookeeper/lib/*:/usr/lib/zookeeper/zookeeper.jar
. Otherwise,systemd
could not startzookeeper-server.service
.Thank you very much.
Kind regards,
Tamama
Here is the manifest file to reproduce the problem on any Centos/7 VM.
site/profile/manifests/zookeeper.pp
The text was updated successfully, but these errors were encountered: