From 62027b7566cbcfb606747aceee40d798e587d588 Mon Sep 17 00:00:00 2001 From: Cody Hoag Date: Thu, 3 Sep 2020 10:46:06 -0400 Subject: [PATCH] Typo --- modules/installation-osp-creating-bootstrap-machine.adoc | 2 +- modules/installation-osp-creating-compute-machines.adoc | 2 +- modules/installation-osp-creating-control-plane.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/installation-osp-creating-bootstrap-machine.adoc b/modules/installation-osp-creating-bootstrap-machine.adoc index 96bbd3375a..e9636e8dd0 100644 --- a/modules/installation-osp-creating-bootstrap-machine.adoc +++ b/modules/installation-osp-creating-bootstrap-machine.adoc @@ -14,7 +14,7 @@ Create a bootstrap machine and give it the network access it needs to run on {rh .Procedure -. On a command line, change the working directory to the location of the `inventory.yaml`and `common.yaml` files. +. On a command line, change the working directory to the location of the `inventory.yaml` and `common.yaml` files. . Insert the following content into a local file that is called `03_bootstrap.yaml`: + diff --git a/modules/installation-osp-creating-compute-machines.adoc b/modules/installation-osp-creating-compute-machines.adoc index 43b0c2018c..f1b9c4f2e4 100644 --- a/modules/installation-osp-creating-compute-machines.adoc +++ b/modules/installation-osp-creating-compute-machines.adoc @@ -16,7 +16,7 @@ After standing up the control plane, create compute machines. .Procedure -. On a command line, change the working directory to the location of the `inventory.yaml`and `common.yaml` files. +. On a command line, change the working directory to the location of the `inventory.yaml` and `common.yaml` files. . Insert the following content into a local file that is called `05_compute-nodes.yaml`: + diff --git a/modules/installation-osp-creating-control-plane.adoc b/modules/installation-osp-creating-control-plane.adoc index 6ae0359bdd..76cb330802 100644 --- a/modules/installation-osp-creating-control-plane.adoc +++ b/modules/installation-osp-creating-control-plane.adoc @@ -15,7 +15,7 @@ Create three control plane machines by using the Ignition config files that you .Procedure -. On a command line, change the working directory to the location of the `inventory.yaml`and `common.yaml` files. +. On a command line, change the working directory to the location of the `inventory.yaml` and `common.yaml` files. . If the control plane Ignition config files aren't already in your working directory, copy them into it.