Closed dinhxuanvu closed 8 years ago
[test]
@sdodson Hi Scott. I'm not sure who has merge permission in this repo but would like to ask you to look at the travis CI failure that is not related to my change. If you are good with the change, please merge it :). Thanks in advance.
This is a duplicate for PR #404 and since we will merge that one instead, I will close this PR.
There is a typo (white space) that was introduced unintentionally into the code base the previous commit:
https://github.com/openshift/puppet-openshift_origin/commit/22e3bbbab10133fef3d4b414030cc6833bc42363
The white space occupied right before MONGO_HOST_PORT line. This unwanted issue cause the oo-accept-broker to fail in Enterprise devenv as it couldn't locate the MONGO_HOST_PORT line.
This commit will remove the space and the oo-accept-broker should be able to locate the line for mango host info correctly.
Signed-off-by: Vu Dinh vdinh@redhat.com