Skip to content

Commit 2147aa0

Browse files
authored
Merge pull request #2377 from MicrosoftDocs/main
pushing fixes live
2 parents 44f004e + a48fbb4 commit 2147aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/linux-install-with-puppet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Download the onboarding package from Microsoft Defender portal.
6464
inflating: mdatp_onboard.json
6565
```
6666

67-
## Create a directory
67+
## Create a directory structure
6868

69-
You need to create a directory for deploying Defender for Endpoint on Linux to devices managed by a Puppet server. This example makes use of the `apt` and `yumrepo` modules available from `puppetlabs`, and assumes that the modules are installed on your Puppet server.
69+
You need to create a directory structure for deploying Defender for Endpoint on Linux to devices managed by a Puppet server. This example makes use of the `apt` and `yumrepo` modules available from `puppetlabs`, and assumes that the modules are installed on your Puppet server.
7070

7171
1. Under the **modules** folder if your Puppet installation, create the folders `install_mdatp/files` and `install_mdatp/manifests`. The **modules** folder is typically located at `/etc/puppetlabs/code/environments/production/modules` on your Puppet server.
7272

@@ -94,7 +94,7 @@ You need to create a directory for deploying Defender for Endpoint on Linux to d
9494
└── init.pp
9595
```
9696

97-
## Create a Puppet manifest file
97+
## Create a Puppet manifest
9898

9999
There are two ways to create a manifest file:
100100

0 commit comments

Comments
 (0)