You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Deployment (include the manifest inside the site.pp file)](#include-the-manifest-inside-the-sitepp-file)
37
+
-[Monitor your Puppet deployment](#monitor-puppet-deployment)
38
38
39
39
[!INCLUDE [Microsoft Defender for Endpoint third-party tool support](../includes/support.md)]
40
40
@@ -72,14 +72,14 @@ Download the onboarding package from Microsoft Defender portal.
72
72
73
73
5. Extract the contents of the archive.
74
74
75
-
```bash
76
-
unzip WindowsDefenderATPOnboardingPackage.zip
77
-
```
75
+
```bash
76
+
unzip WindowsDefenderATPOnboardingPackage.zip
77
+
```
78
78
79
-
```console
80
-
Archive: WindowsDefenderATPOnboardingPackage.zip
81
-
inflating: mdatp_onboard.json
82
-
```
79
+
```console
80
+
Archive: WindowsDefenderATPOnboardingPackage.zip
81
+
inflating: mdatp_onboard.json
82
+
```
83
83
84
84
## Create a Puppet manifest
85
85
@@ -115,15 +115,16 @@ You need to create a Puppet manifest for deploying Defender for Endpoint on Linu
115
115
116
116
There are two ways to create manifest file:
117
117
118
-
1. create manifest using installer script
118
+
1. Create manifest using installer script.
119
119
120
-
1. create manifest by configuring repositories manually
120
+
2. Create manifest by configuring repositories manually.
121
121
122
122
#### Create manifest to deploy Defender for Endpoint using Installer Script
123
123
124
-
Add below contents to the `install_mdatp/manifests/init.pp` file. You can also download the file directly from [GitHub](https://teams.microsoft.com/l/message/19:2c1dc910-b8b7-415a-a9fd-2cd04843b43c_cb7ab2ef-8a66-4fcf-8c66-1723507f52df@unq.gbl.spaces/1734343607885?context=%7B%22contextType%22%3A%22chat%22%7D)
124
+
Add the following content to the `install_mdatp/manifests/init.pp` file. You can also download the file directly from [GitHub](https://teams.microsoft.com/l/message/19:2c1dc910-b8b7-415a-a9fd-2cd04843b43c_cb7ab2ef-8a66-4fcf-8c66-1723507f52df@unq.gbl.spaces/1734343607885?context=%7B%22contextType%22%3A%22chat%22%7D)
125
+
126
+
```bash
125
127
126
-
```puppet
127
128
# Puppet manifest to install Microsoft Defender for Endpoint on Linux.
128
129
# @param channel The release channel based on your environment, insider-fast or prod.
0 commit comments