-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Service fails to start under systemd #244
Comments
Hey @slarti5191, thanks for rising this issue. Can you provide the puppet code you use to call the module? Do you explicitly set the |
Here is what I have - it is a near exact copy/paste from the example here
I tried specifying |
@slarti5191 We just merged #245, can you test if that fixes your issues? |
Looks good - thank you! |
Quotes in web.external-url are breaking the service with systemd.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Attempt to manage service with systemd and prometheus 2.0.0
What are you seeing
Service fails to start with this error:
Jul 31 13:53:14 prometheus.example.com prometheus[25352]: parse external URL "'/prometheus'": URL must not begin or end with quotes
Behavior is the same when external.url is not populated.
What behaviour did you expect instead
Normal service start
Output log
Any additional information you'd like to impart
Fixed with:
The text was updated successfully, but these errors were encountered: