openshift / puppet-openshift_origin

Puppet module to create OpenShift Brokers and Nodes. Can be used to create a full OpenShift Origin deployment.
http://forge.puppetlabs.com/openshift/openshift_origin
Other
45 stars 128 forks source link

Fix unwanted space in front of MONGO_HOST_PORT line #408

Closed dinhxuanvu closed 8 years ago

dinhxuanvu commented 8 years ago

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

dinhxuanvu commented 8 years ago

[test]

dinhxuanvu commented 8 years ago

@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.

dinhxuanvu commented 8 years ago

This is a duplicate for PR #404 and since we will merge that one instead, I will close this PR.