Fix error in the role-specific parameter merging in rhsm service

RhsmVars should be used as the value to be replaced for the global
values, instead of using 'vars'.
Closes-Bug: #1776597

Change-Id: I480b3c51787547b9dd4e1401363a5da7c40798a8
This commit is contained in:
Saravanan KR 2018-06-13 11:16:43 +05:30
parent adcf0d7fe8
commit 46a5b2a497

View File

@ -55,7 +55,7 @@ resources:
- vars: RhsmVars
- values: {get_param: [RoleParameters]}
- values:
vars: {get_param: RhsmVars}
RhsmVars: {get_param: RhsmVars}
outputs:
role_data: