-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
misplaced curly brace #75
Comments
Up ! I still have the pbm! Do you prefer a pull request than an issue? Thanks, |
@rotulet could you confirm 1fc34dd fixes this issue? |
It is kinda fun to see my awkward fix being validated :) Thanks, |
If it works it's a valid interim solution until we find a cleaner way to accomplish this. |
I just test it : it works as expected. Thanks, |
Hi,
(sorry for the long post...) I am using the following version:
I am building keepalived::lvs::real_server for keepalived::lvs::virtual_server with this puppet script:
This script is called with the following parameters:
The generated keepalived.conf has a misplaced curly brace between the group definition for port 80 and port 8080 (line 103 instead of line 84):
The keepalived.conf is just an extract of the real one as I call my script many times and the only issue I have got is with this specific call.
Am I doing something wrong ?
As a wrap-around I change the line 154 of virtual_server.pp from
order => "250-${name}"
toorder => "250-${name}-zzzzzzzzzzzzzzzzzzzzz"
to be sure this}
will be added at end of the group.Thanks,
Rot.
The text was updated successfully, but these errors were encountered: