Skip to content

Commit

Permalink
update based on Mark's feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Zlatnik <[email protected]>
  • Loading branch information
pavelzlatnik committed Nov 28, 2024
1 parent 417179d commit 9820462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zowe:
# MVS data set related configurations
dataset:
# **COMMONLY_CUSTOMIZED**
# HLQ where are existing Zowe SZWEEXEC Target libraries
# where are existing Zowe SZWEEXEC Target libraries
prefix: IBMUSER.ZWEV3
# **COMMONLY_CUSTOMIZED**
# PROCLIB where Zowe STCs will be copied over
Expand Down
6 changes: 3 additions & 3 deletions workflows/files/ZWECONF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<!--variables-->
<variable name="zowe_setup_dataset_prefix" scope="instance" visibility="public">
<label>Prefix of existing Zowe SZWEEXEC Target libraries</label>
<abstract>Prefix (HLQ) of existing SZWEEXEC Target libraries created during PSWI or SMP/E</abstract>
<description>Prefix (HLQ) of existing SZWEEXEC Target libraries created during PSWI or SMP/E installation phase</description>
<abstract>Prefix of existing SZWEEXEC Target libraries created during PSWI or SMP/E</abstract>
<description>Prefix of existing SZWEEXEC Target libraries created during PSWI or SMP/E installation phase</description>
<category>zowe</category>
<string valueMustBeChoice="false" multiLine="false">
<!-- Put validation here -->
Expand Down Expand Up @@ -1475,7 +1475,7 @@ echo ' setup:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # MVS data set related configurations' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' dataset:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # **COMMONLY_CUSTOMIZED**' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # HLQ where are existing Zowe SZWEEXEC Target libraries' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # where are existing Zowe SZWEEXEC Target libraries' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' prefix: $!{instance-zowe_setup_dataset_prefix}' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # **COMMONLY_CUSTOMIZED**' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # PROCLIB where Zowe STCs will be copied over' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
Expand Down

0 comments on commit 9820462

Please sign in to comment.