Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 37e401a

Browse files
committed
Use msgserver_fqdn rather than msgserver_hostname in all templates
1 parent f1b1e48 commit 37e401a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/mcollective/mcollective-client.cfg.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugin.activemq.pool.<%= index + 1%>.password = <%= scope.lookupvar('::openshift
3232
<% end -%>
3333

3434
<% else -%>
35-
plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_hostname') %>
35+
plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_fqdn') %>
3636
plugin.activemq.pool.1.user = <%= scope.lookupvar('::openshift_origin::mcollective_user') %>
3737
plugin.activemq.pool.1.password = <%= scope.lookupvar('::openshift_origin::mcollective_password') %>
3838

templates/mcollective/mcollective-server.cfg.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugin.activemq.pool.<%= index + 1%>.password = <%= scope.lookupvar('::openshift
3333

3434
<% end -%>
3535
<% else -%>
36-
plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_hostname') %>
36+
plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_fqdn') %>
3737
plugin.activemq.pool.1.user = <%= scope.lookupvar('::openshift_origin::mcollective_user') %>
3838
plugin.activemq.pool.1.password = <%= scope.lookupvar('::openshift_origin::mcollective_password') %>
3939

0 commit comments

Comments
 (0)