Closed cjtoolseram closed 7 years ago
Hi @cjtoolseram I see this hasn't been update to puppet forge module. Is there a work around?
I'm not sure if either #283 or #301 is exactly the right fix.
Also, now that we implemented data types, ssl_port has a default, and thus isn't optional. anyone have a good thought on how to allow suppressing it now, or if that's even a valid use case?
The case where it's ''
is now technically impossible since ssl_port is type Integer
We could make it Optional[Integer] $ssl_port and then have it default to 4443 if it's undef in class params, but I think if ssl_enabled
is set, then ssl_port
should just either be default or something else, but not undef or an empty string.
Maybe we can just get rid of this conditional?
I think #356 will fix this. If someone can verify, that would be great.
Closing via #356
This section is actually overwriting the server port and url: rundeck::config::global::framework