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
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-with-puppet.md
+38-38Lines changed: 38 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Deploy Microsoft Defender for Endpoint on Linux with Puppet
3
3
ms.reviewer: gopkr
4
4
description: Describes how to deploy Microsoft Defender for Endpoint on Linux using Puppet.
5
5
ms.service: defender-endpoint
6
-
ms.author: deniseb
7
-
author: denisebmsft
6
+
ms.author: ewalsh
7
+
author: emmwalshh
8
8
ms.localizationpriority: medium
9
9
manager: deniseb
10
10
audience: ITPro
@@ -107,51 +107,51 @@ There are two ways to create a manifest file:
107
107
1. Download the installer bash script. Pull the [installer bash script](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/mde_installer.sh) from Microsoft GitHub Repository or use the following command to download it.
2. Add the following content to the `install_mdatp/manifests/init.pp` file. You can also download the file directly from [GitHub](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/third_party_installation_playbooks/puppet.install_mdatp_simplified.init.pp)
115
115
116
-
```bash
116
+
```bash
117
117
118
-
# Puppet manifest to install Microsoft Defender for Endpoint on Linux.
119
-
# @param channel The release channel based on your environment, insider-fast or prod.
118
+
# Puppet manifest to install Microsoft Defender for Endpoint on Linux.
119
+
# @param channel The release channel based on your environment, insider-fast or prod.
120
120
121
-
class install_mdatp (
122
-
$channel = 'prod',
123
-
) {
124
-
# Ensure that the directory /tmp/mde_install exists
125
-
file { '/tmp/mde_install':
126
-
ensure => directory,
127
-
mode =>'0755',
128
-
}
121
+
class install_mdatp (
122
+
$channel = 'prod',
123
+
) {
124
+
# Ensure that the directory /tmp/mde_install exists
require => File['/tmp/mde_install/mde_installer.sh', '/tmp/mde_install/mdatp_onboard.json'], # Ensure the script is copied before running the installer
151
-
}
144
+
# Install MDE on the host using an external script
require => File['/tmp/mde_install/mde_installer.sh', '/tmp/mde_install/mdatp_onboard.json'], # Ensure the script is copied before running the installer
151
+
}
152
152
153
-
}
154
-
```
153
+
}
154
+
```
155
155
> [!NOTE]
156
156
> The installer script also supports other parameters such as channel, realtime protection, version, etc. To select from the list of available options, check help.
Copy file name to clipboardExpand all lines: defender-endpoint/linux-privacy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: Privacy for Microsoft Defender for Endpoint on Linux
3
3
description: Privacy controls, how to configure policy settings that impact privacy and information about the diagnostic data that is collected in Microsoft Defender for Endpoint on Linux.
Copy file name to clipboardExpand all lines: defender-endpoint/linux-resources.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Microsoft Defender for Endpoint on Linux resources
3
3
ms.reviewer: gopkr, yujiao
4
4
description: Describes resources for Microsoft Defender for Endpoint on Linux, including how to uninstall it, how to collect diagnostic logs, CLI commands, and known issues with the product.
0 commit comments