-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Separating the options with a space to avoid invalid one like "ssldefault" #218
Conversation
Separating the options with a space to avoid invalid one like "ssldefault"
Super! Thanks! |
This should be reverted. The tests (now broken) already test for this case, see https://github.com/jfryman/puppet-nginx/blob/master/spec/defines/resource_vhost_spec.rb#L300 for the test which will check for a correctly separated This passed just fine before the merge of this PR because |
Ah, yes it does, and now it's double-whitespaced. Hmmm... @andreyev is there a scenario where you're running into this behavior? |
Well, which information I should provide to help you to help me? ;-) I think that any value I pass to 'listen_options' is 'joined' to ssl if it's true. I'm using this manifest:
Which generate this config file (on /tmp/nginx.d/_-700-ssl):
I've installed jfryman/nginx module's which librarian-puppet:
And running this on a CentOS 6.4. Anything else? TIA!!! |
You have version 0.0.6 installed which indeed does have that problem, since fixed in master. If you want to use the Forge releases and avoid this bug @jfryman will need to push a new version. |
That's an easy fix. I think we're due for a release anyway. Lots of stuff went in over the holiday. |
No description provided.