fix typo in openshift port settings

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-05-11 20:35:48 +00:00
parent 0ef616444b
commit d0e264953b

View file

@ -594,7 +594,7 @@ openshift_master_default_subdomain={{openshift_app_subdomain}}
# Configure master API and console ports.
# These will default to 8443
{% if openshift_api_port is defined and openshift_console_port is defined %}
{% if openshift_api port and openshift_console_port %}
{% if openshift_api_port and openshift_console_port %}
openshift_master_api_port={{openshift_api_port}}
openshift_master_console_port={{openshift_console_port}}
{% endif %}