Skip to content

Commit fe63f61

Browse files
Merge branch 'main' into docs-editor/run-analyzer-macos-1736347469
2 parents 82cd766 + 7d8dea8 commit fe63f61

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

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

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 12/24/2024
18+
ms.date: 01/08/2025
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Linux with Puppet
@@ -29,16 +29,10 @@ ms.date: 12/24/2024
2929

3030
> Want to experience Defender for Endpoint? [Sign up for a free trial.](https://signup.microsoft.com/create-account/signup?products=7f379fee-c4f9-4278-b0a1-e4c8c2fcdf7e&ru=https://aka.ms/MDEp2OpenTrial?ocid=docs-wdatp-investigateip-abovefoldlink)
3131
32-
This article describes how to deploy Defender for Endpoint on Linux using Puppet. A successful deployment requires the completion of all of the following tasks:
33-
34-
- [Download the onboarding package](#download-the-onboarding-package)
35-
- [Create Puppet manifest](#create-a-puppet-manifest)
36-
- [Deployment (include the manifest inside the site.pp file)](#include-the-manifest-inside-the-sitepp-file)
37-
- [Monitor your Puppet deployment](#monitor-puppet-deployment)
32+
This article describes how to deploy Defender for Endpoint on Linux using Puppet.
3833

3934
[!INCLUDE [Microsoft Defender for Endpoint third-party tool support](../includes/support.md)]
4035

41-
4236
## Prerequisites and system requirements
4337

4438
For a description of prerequisites and system requirements, see [Microsoft Defender for Endpoint on Linux](microsoft-defender-endpoint-linux.md).
@@ -70,9 +64,9 @@ Download the onboarding package from Microsoft Defender portal.
7064
inflating: mdatp_onboard.json
7165
```
7266

73-
## Create a Puppet manifest
67+
## Create a directory
7468

75-
You need to create a Puppet manifest 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 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.
7670

7771
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.
7872

@@ -100,7 +94,7 @@ You need to create a Puppet manifest for deploying Defender for Endpoint on Linu
10094
└── init.pp
10195
```
10296

103-
## Create a manifest file
97+
## Create a Puppet manifest file
10498

10599
There are two ways to create a manifest file:
106100

@@ -157,8 +151,8 @@ class install_mdatp (
157151

158152
}
159153
```
160-
>[!NOTE]
161-
>Installer script also supports other parameters such as channel, realtime protection, version, etc. To select from the list of available options, check help.
154+
> [!NOTE]
155+
> The installer script also supports other parameters such as channel, realtime protection, version, etc. To select from the list of available options, check help.
162156
>`./mde_installer.sh --help`
163157
164158
#### Create a manifest to deploy Defender for Endpoint by configuring repositories manually
@@ -265,7 +259,6 @@ class install_mdatp (
265259
266260
> [!NOTE]
267261
> Defender for Endpoint on Linux can be deployed from one of the following channels: **insiders-fast, insiders-slow, prod**. Each channel corresponds to a Linux software repository. The choice of the channel determines the type and frequency of the updates that are offered to your device. Devices in `insiders-fast` are the first ones to receive updates and new features in preview, followed by `insiders-slow`, and lastly by `prod`.
268-
>
269262
> Note your distribution and version and identify the closest entry for it under `https://packages.microsoft.com/config/[distro]/[version]`.
270263
271264
> [!Warning]
@@ -287,7 +280,7 @@ node "default" {
287280
288281
Enrolled agent devices periodically poll the Puppet Server and install new configuration profiles and policies as soon as they're detected.
289282
290-
## Monitor Puppet deployment
283+
## Monitor your Puppet deployment
291284
292285
On the agent device, you can also check the deployment status by running the following command:
293286
@@ -327,10 +320,10 @@ To get support from Microsoft, raise a support ticket and provide log files by u
327320
328321
## How to configure policies for Microsoft Defender on Linux
329322
330-
You can configure antivirus and EDR settings on your endpoints using following methods:
323+
You can configure antivirus and EDR settings on your endpoints. For more information, see the following articles:
331324
332-
- See [Set preferences for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-preferences) to learn more about the available settings
333-
- See [security settings management](/mem/intune/protect/mde-security-integration) to configure settings in the Microsoft Defender portal.
325+
- [Set preferences for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-preferences) describes the available settings
326+
- [Security settings management](/mem/intune/protect/mde-security-integration) describes how to configure settings in the Microsoft Defender portal.
334327
335328
## Operating system upgrades
336329

0 commit comments

Comments
 (0)