Skip to content

Commit 47781ca

Browse files
[Doc-a-thon] update automation-hrw-run-runbooks
updating for inclusive Linux verbiage for lines: 428, 434, and 450 ------- cc: @SnehaSudhirG
1 parent c4d4369 commit 47781ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,13 @@ To create the GPG keyring and keypair, use the Hybrid Runbook Worker [nxautomati
425425
sudo su - nxautomation
426426
```
427427

428-
1. Once you are using **nxautomation**, generate the GPG keypair. GPG guides you through the steps. You must provide name, email address, expiration time, and passphrase. Then you wait until there is enough entropy on the machine for the key to be generated.
428+
1. Once you are using **nxautomation**, generate the GPG keypair as root. GPG guides you through the steps. You must provide name, email address, expiration time, and passphrase. Then you wait until there is enough entropy on the machine for the key to be generated.
429429

430430
```bash
431431
sudo gpg --generate-key
432432
```
433433

434-
1. Because the GPG directory was generated with sudo, you must change its owner to **nxautomation** using the following command.
434+
1. Because the GPG directory was generated with sudo, you must change its owner to **nxautomation** using the following command as root.
435435

436436
```bash
437437
sudo chown -R nxautomation ~/.gnupg
@@ -447,7 +447,7 @@ gpg_public_keyring_path = /home/nxautomation/run/.gnupg/pubring.kbx
447447

448448
### Verify that signature validation is on
449449

450-
If signature validation has been disabled on the machine, you must turn it on by running the following sudo command. Replace `<LogAnalyticsworkspaceId>` with your workspace ID.
450+
If signature validation has been disabled on the machine, you must turn it on by running the following command as root. Replace `<LogAnalyticsworkspaceId>` with your workspace ID.
451451

452452
```bash
453453
sudo python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/MSFT_nxOMSAutomationWorkerResource/automationworker/scripts/require_runbook_signature.py --true <LogAnalyticsworkspaceId>

0 commit comments

Comments
 (0)