Skip to content

Commit 9a261c0

Browse files
Rephrase following command
Part of #3672 on GitHub
1 parent 419375e commit 9a261c0

15 files changed

+32
-34
lines changed

guides/common/modules/con_migrating-from-internal-databases-to-external-databases.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ If you are using the default internal databases but want to start using external
88

99
To confirm whether your {ProjectServer} has internal or external databases, you can query the status of your databases:
1010

11-
For PostgreSQL, enter the following command:
12-
1311
[options="nowrap" subs="+quotes,attributes"]
1412
----
1513
# {foreman-maintain} service status --only postgresql

guides/common/modules/proc_configuring-a-bonded-interface.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ These can be physical interfaces or VLANs.
3636

3737
[id="cli-configuring-a-bonded-interface"]
3838
.CLI procedure
39-
40-
* To create a host with a bonded interface, enter the following command:
39+
* Create a host with a bonded interface:
4140
+
4241
[options="nowrap", subs="verbatim,quotes,attributes"]
4342
----

guides/common/modules/proc_creating-a-location.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can return to this page at any time by navigating to *Administer* > *Locatio
2222

2323
[id="cli-creating-a-location"]
2424
.CLI procedure
25-
* Enter the following command to create a location:
25+
* Create a location:
2626
+
2727
[subs="+quotes"]
2828
----

guides/common/modules/proc_creating-a-role.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use this procedure to create a role.
1212
. Click *Submit* to save your new role.
1313

1414
.CLI procedure
15-
* To create a role, enter the following command:
15+
* Create a role:
1616
+
1717
[options="nowrap", subs="+quotes,attributes"]
1818
----

guides/common/modules/proc_creating-an-activation-key.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ hammer activation-key create \
3737
--content-view-environments "_Development_/_Stack_" \
3838
--organization "_My_Organization_"
3939
----
40-
. Optional: Enter the following command to configure the activation key with system purpose attributes to set on hosts during registration.
40+
. Optional: Configure the activation key with system purpose attributes to set on hosts during registration.
4141
This helps determine which repositories are available on the host.
4242
It also helps with reporting in the Subscriptions service of the Red Hat Hybrid Cloud Console.
4343
+
@@ -59,9 +59,7 @@ $ hammer activation-key product-content \
5959
--name "_My_Activation_Key_" \
6060
--organization "_My_Organization_"
6161
----
62-
. Override the default auto-enable status for the {project-client-name} repository.
63-
The default status is set to disabled.
64-
To enable, enter the following command:
62+
. Override the default auto-enable status for the {project-client-name} repository:
6563
+
6664
[options="nowrap", subs="+quotes,verbatim,attributes"]
6765
----
@@ -71,3 +69,5 @@ $ hammer activation-key content-override \
7169
--value 1 \
7270
--organization "_My_Organization_"
7371
----
72+
+
73+
The default status is set to disabled.

guides/common/modules/proc_creating-an-organization.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can return to this page at any time by navigating to *Administer* > *Organiz
2323

2424
[id="cli-creating-an-organization"]
2525
.CLI procedure
26-
. To create an organization, enter the following command:
26+
. Create an organization:
2727
+
2828
[subs="+quotes"]
2929
----
@@ -33,7 +33,7 @@ $ hammer organization create \
3333
--description "_My_Organization_Description_"
3434
----
3535
. Optional: To edit an organization, enter the `hammer organization update` command.
36-
For example, the following command assigns a compute resource to the organization:
36+
For example, you can assign a compute resource to the organization:
3737
+
3838
[subs="+quotes"]
3939
----

guides/common/modules/proc_extending-the-discovery-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can also provide a compressed archive file containing extra code for the ima
2828
* The `bin` directory is added to the `$PATH` variable; you can place binary files in this directory and use them in the `autostart` scripts.
2929
* The `facts` directory is added to the `FACTERLIB` variable so that custom facts can be configured and sent to {Project}.
3030
* The `lib` directory is added to the `LD_LIBRARY_PATH` variable and `lib/ruby` is added to the `RUBYLIB` variable, so that binary files in `/bin` can be executed correctly.
31-
. After creating the directory structure, create a `.zip` file archive with the following command:
31+
. After creating the directory structure, create a `.zip` file archive:
3232
+
3333
[options="nowrap" subs="+quotes,verbatim"]
3434
----

guides/common/modules/proc_installing-webhooks-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Use the following procedure to install the webhooks plugin.
77
Then, you can configure {ProjectServer} to send webhook requests.
88

99
.Procedure
10-
* Install the webhooks plugin by running the following command:
10+
. On your {ProjectServer}, install the webhooks plugin:
1111
+
1212
[options="nowrap" subs="+quotes,attributes"]
1313
----
1414
# {foreman-installer} --enable-foreman-plugin-webhooks
1515
----
16-
* Optional: Install the webhooks CLI plugin:
16+
. Optional: Install the webhooks CLI plugin:
1717
+
1818
[options="nowrap" subs="+quotes,attributes"]
1919
----

guides/common/modules/proc_performing-a-full-backup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Ensure no other tasks are scheduled for the same time as the backup.
6868
====
6969

7070
.Procedure
71-
* On {ProjectServer}, enter the following command:
71+
* On {ProjectServer}, perform a full backup:
7272
+
7373
[options="nowrap", subs="+quotes,verbatim,attributes"]
7474
----
7575
# {foreman-maintain} backup offline _/var/{project-context}-backup_
7676
----
77-
* On {SmartProxyServer}, enter the following command:
77+
* On {SmartProxyServer}, perform a full backup:
7878
+
7979
[options="nowrap", subs="+quotes,verbatim,attributes"]
8080
----

guides/common/modules/proc_performing-an-online-backup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information, see xref:Estimating_the_Size_of_a_Backup_{context}[].
2525
endif::[]
2626

2727
.Procedure
28-
* To perform an online backup, enter the following command:
28+
* On your {ProjectServer}, perform an online backup:
2929
+
3030
[options="nowrap", subs="+quotes,verbatim,attributes"]
3131
----

0 commit comments

Comments
 (0)