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

removed space at start of a line in broker.conf.erb #404

Closed AblionGE closed 8 years ago

AblionGE commented 9 years ago

According to this line in oo-accept-broker (https://github.com/openshift/origin-server/blob/e8bbb7861a65ac24d5f5bd17179f494a8272bb03/broker-util/oo-accept-broker#L152)

MONGO_HOST=$(grep -e "^MONGO_HOST_PORT=" $BROKER_CONF | cut -d= -f2)

The space at the start of the line should not be there

Miciah commented 8 years ago

Looks good. Thank you for the PR!