Skip to content

Commit

Permalink
Fixed missing delivery controller port value
Browse files Browse the repository at this point in the history
  • Loading branch information
matt6697 committed Apr 13, 2018
1 parent b1614e4 commit 1c454bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
dsc_servers => $xd7storefront::deliverycontrollers,
dsc_transporttype => $xd7storefront::deliverycontrollerstransporttype,
dsc_loadbalance => $xd7storefront::deliverycontrollersloadbalance,
#dsc_port => $deliveryControllersPort,
dsc_port => $xd7storefront::deliverycontrollersport,
require => Dsc_sfstore['DefaultStore']
}

Expand Down
2 changes: 1 addition & 1 deletion manifests/store.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
dsc_servers => $deliverycontrollers,
dsc_transporttype => $deliverycontrollerstransporttype,
dsc_loadbalance => $deliverycontrollersloadbalance,
#dsc_serviceport => $deliverycontrollersport,
dsc_port => $deliverycontrollersport,
}
}

0 comments on commit 1c454bc

Please sign in to comment.