Skip to content

Commit 9bc54b0

Browse files
committed
Lint fixes
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 38f2030 commit 9bc54b0

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

content/habitat/builder/on_prem/configure/disaster_recovery_warm_spare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There's no fully on-premises solution for highly available Habitat Builder servi
2020

2121
The following architecture diagram shows how data synchronization increases the availability of the Builder API and backend for disaster recovery and warm spare scenarios.
2222

23-
![Habitat On-Prem Builderises architecture](/habitat/builder/on_prem/builder_architecture.png)
23+
![Habitat On-Prem Builder's architecture](/habitat/builder/on_prem/builder_architecture.png)
2424

2525
### Synchronize components
2626

content/habitat/builder/on_prem/configure/scale_frontend_nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Because Habitat Builder services need to communicate across your network between
5656

5757
## Create a Builder config file
5858

59-
The `bldr.env` file for your single On-Prem Builder node contains most of the information you need to bootstrap a new frontend and is used to configure Builder durin installation.
59+
The `bldr.env` file for your single On-Prem Builder node contains most of the information you need to bootstrap a new frontend and is used to configure Builder during installation.
6060

6161
1. On each node that you plan run as a frontend node, clone the [habitat-sh/on-prem-builder repository](https://github.com/habitat-sh/) or download and extract an [on-prem-builder release](https://github.com/habitat-sh/on-prem-builder/releases).
6262

content/habitat/builder/on_prem/manage/postgres.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ title = "Manage Habitat Builder data stored by PostgreSQL"
99
weight = 30
1010
+++
1111

12+
<!--cspell:ignore createdb -->
13+
1214
This page describes how to back up Habitat Builder user and package data that's managed by PostgreSQL.
1315

1416
## Habitat Builder data overview

content/habitat/builder/on_prem/origins/origin_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ hab origin key download <ORIGIN>
132132

133133
### Upload origin keys with the CLI
134134

135-
Creating an origin with the `hab origin create` command registers the origin on Chef Habitat On-prem Builder without creating an origin key pair. The `hab origin key generate` command creates the key pair and saves them in your local environment, but it does not upload either origin key to Chef Habitat On-prem Builder.
135+
Creating an origin with the `hab origin create` command registers the origin on Chef Habitat On-prem Builder without creating an origin key pair. The `hab origin key generate` command creates the key pair and saves them in your local environment, but it doesn't upload either origin key to Chef Habitat On-prem Builder.
136136

137137
- Only origin members with the administrator and owner roles can upload new keys to an origin.
138138
- Habitat On-prem Builder requires the public origin key to upload artifacts for that origin, so you'll need to upload it.

content/habitat/builder/on_prem/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If self-signed certificates are missing, verify the following:
9090

9191
- If your self-signed certificates are missing, copy them into the `/hab/cache/ssl` directory. The latest version of Chef Habitat On-Prem Builder expects certificates in that directory.
9292

93-
- Name your certificate files using the pattern `appname-cert.cert` or `appname-cert.pem`. For example, `automate-cert.cert` or `automate-cert.pem`.
93+
- Name your certificate files using the pattern `<APP_NAME>-cert.cert` or `<APP_NAME>-cert.pem`. For example, `automate-cert.cert` or `automate-cert.pem`.
9494

9595
- Don't use `cert.pem`, which is reserved for the Chef Habitat system.
9696
If you overwrite this file, Chef Habitat On-Prem Builder will fail.
@@ -211,7 +211,7 @@ HAB_CLIENT_SOCKET_TIMEOUT=360 hab pkg upload -u <BLDR_URL> -z <AUTH_TOKEN> <HART
211211
212212
### Package shows up in the Builder UI and `hab pkg search`, but `hab pkg install` fails
213213
214-
If you run into a situation where you have a package populated in the Chef Habitat On-Prem Builder, but it is failing to install with a `Not Found` status, it is possible that there was a prior problem with populating the MinIO backend with the package artifact.
214+
If you run into a situation where you have a package populated in the Chef Habitat On-Prem Builder, but it's failing to install with a `Not Found` status, it's possible that there was a prior problem with populating the MinIO backend with the package artifact.
215215
216216
If you have the package artifact on-disk (for example, in the `hab/cache/artifacts` directory), you can try to upload the missing package again with the following command (update the parameters as appropriate):
217217

0 commit comments

Comments
 (0)