Skip to content

Commit 483d9a1

Browse files
author
Michael Burke
committed
Fixed some callout errors in install yaml for baremetal
1 parent cc4d9b9 commit 483d9a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/installation-bare-metal-config-yaml.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif::rhv[]
6464

6565
You can customize the `install-config.yaml` file to specify more details about your {product-title} cluster's platform or modify the values of the required parameters.
6666

67-
[source,yaml]
67+
[source,yaml,subs="attributes+"]
6868
----
6969
apiVersion: v1
7070
baseDomain: example.com <1>
@@ -287,14 +287,14 @@ endif::restricted[]
287287
ifndef::openshift-origin[]
288288
<14> The SSH public key for the `core` user in {op-system-first}.
289289
endif::openshift-origin[]
290+
ifdef::openshift-origin[]
291+
<13> The SSH public key for the `core` user in {op-system-first}.
292+
endif::openshift-origin[]
290293
+
291294
[NOTE]
292295
====
293296
For production {product-title} clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your `ssh-agent` process uses.
294297
====
295-
ifdef::openshift-origin[]
296-
<13> The SSH public key for the `core` user in {op-system-first}.
297-
endif::openshift-origin[]
298298
ifdef::restricted[]
299299
ifndef::ibm-z,ibm-z-kvm[]
300300
ifndef::openshift-origin[]

0 commit comments

Comments
 (0)