Skip to content

Commit

Permalink
Add MENDER_CONNECT vars to mender-vars.json
Browse files Browse the repository at this point in the history
Changelog: Fixes build warnings: "MENDER_CONNECT_..." is not a
recognized MENDER_ variable

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
  • Loading branch information
lluiscampos committed Jan 28, 2021
1 parent e7786f6 commit b96f845
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meta-mender-core/conf/mender-vars.json
Expand Up @@ -151,5 +151,7 @@
"MENDER_EXTRA_PARTS": "",
"MENDER_EXTRA_PARTS_FSTAB": "",
"MENDER_EXTRA_PARTS_SIZES_MB": "",
"MENDER_EXTRA_PARTS_TOTAL_SIZE_MB": ""
"MENDER_EXTRA_PARTS_TOTAL_SIZE_MB": "",
"MENDER_CONNECT_SHELL": "",
"MENDER_CONNECT_USER": ""
}

0 comments on commit b96f845

Please sign in to comment.