-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$jenkins::port does not properly manage listening port #416
Comments
@arioch The TL;DR -- try this instead:
Ps. - I doubt you'll be able to bind jenkins directly to a privileged port with the current init script. I suggest using iptables or a proxy server -- I use nginx in front jenkins. |
@jhoblitt Your workaround doesn't work. It still persists
|
Unless I'm mistaken $::jenkins::port does not properly manage the listening port on EL 7:
Consider the following snippet:
When applying this adjustment the config file remains unchanged.
Which obviously results in the module not being able to manage a number of settings:
The text was updated successfully, but these errors were encountered: