optional_plugins.loader_yaml: Allow name_prefix to be list
Allowing name_prefix to be list allows one to specified shared parts of
the name_prefix inherited from upper-node:
!mux
functional: !mux
name_prefix: ["functional-"]
rpm:
name_prefix: ["rpm"]
git:
name_prefix: ["git"]
which results in: "functional-rpm" and "functional-git".
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
Showing
想要评论请 注册 或 登录