From bc4421ba09a3ed2dbf189a3a00798891b416da60 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Thu, 29 Aug 2024 14:25:29 +0200 Subject: [PATCH] Set v3 configmgr defaults Signed-off-by: 1000TurquoisePogs --- example-zowe.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/example-zowe.yaml b/example-zowe.yaml index 812f46b7b5..811f07c67c 100644 --- a/example-zowe.yaml +++ b/example-zowe.yaml @@ -292,22 +292,10 @@ zowe: # Where extensions are installed extensionDirectory: /global/zowe/extensions - # **COMMONLY_CUSTOMIZED** - useConfigmgr: true - # Setting to true will enable: - # * schema-backed validation of zowe.yaml - # * should greatly improve startup time. - # * can supply multiple zowe.yaml as defaults & overrides in the format of - # FILE(/my/customizations.yaml):PARMLIB(MYORG.ZOWE(YAML)):FILE(/zowe/defaults.yaml) - # * allows templating in zowe.yaml by putting references within ${{ }} blocks such as - # rewriting the job section below as - # job: - # name: ${{ zowe.job.prefix }}SV - # prefix: ZWE1 configmgr: # STRICT=quit on any error, including missing schema # COMPONENT-COMPAT=if component missing schema, skip it with warning instead of quit - validation: "COMPONENT-COMPAT" + validation: "STRICT" # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> # runtime z/OS job name