diff options
Diffstat (limited to 'mcp/scripts/xdf_data.sh.j2')
-rw-r--r-- | mcp/scripts/xdf_data.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/xdf_data.sh.j2 b/mcp/scripts/xdf_data.sh.j2 index ad3c0fe1e..8c9d5d969 100644 --- a/mcp/scripts/xdf_data.sh.j2 +++ b/mcp/scripts/xdf_data.sh.j2 @@ -38,7 +38,7 @@ {%- macro serialize_apt_pkg() -%} {%- set arr = [] -%} {%- set sections = [arch.common] -%} - {%- if 'virtual_control_plane' in conf.cluster.states -%} + {%- if conf.MCP_VCP -%} {%- do sections.append(arch.control) -%} {%- endif -%} {%- for c in sections -%} |