Skip to content

Commit d6239b8

Browse files
committed
Remove unhelpful lightbox, correct code block type to valid type
1 parent 28a5e49 commit d6239b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Download the onboarding package from Microsoft Defender portal.
5757

5858
3. Select **Download onboarding package**. Save the file as `WindowsDefenderATPOnboardingPackage.zip`.
5959

60-
:::image type="content" source="media/portal-onboarding-linux-2.png" alt-text="The option to download the onboarded package" lightbox="media/portal-onboarding-linux-2.png":::
60+
:::image type="content" source="media/portal-onboarding-linux-2.png" alt-text="The option to download the onboarded package.":::
6161

6262
4. From a command prompt, verify that you have the file.
6363

6464
```bash
6565
ls -l
6666
```
6767

68-
```Output
68+
```console
6969
total 8
7070
-rw-r--r-- 1 test staff 4984 Feb 18 11:22 WindowsDefenderATPOnboardingPackage.zip
7171
```
@@ -76,7 +76,7 @@ Download the onboarding package from Microsoft Defender portal.
7676
unzip WindowsDefenderATPOnboardingPackage.zip
7777
```
7878

79-
```Output
79+
```console
8080
Archive: WindowsDefenderATPOnboardingPackage.zip
8181
inflating: mdatp_onboard.json
8282
```
@@ -95,15 +95,15 @@ You need to create a Puppet manifest for deploying Defender for Endpoint on Linu
9595
pwd
9696
```
9797

98-
```Output
98+
```console
9999
/etc/puppetlabs/code/environments/production/modules
100100
```
101101

102102
```bash
103103
tree install_mdatp
104104
```
105105

106-
```Output
106+
```console
107107
install_mdatp
108108
├── files
109109
│ └── mdatp_onboard.json
@@ -210,7 +210,7 @@ Include the above manifest in your `site.pp` file:
210210
cat /etc/puppetlabs/code/environments/production/manifests/site.pp
211211
```
212212
213-
```Output
213+
```console
214214
node "default" {
215215
include install_mdatp
216216
}
@@ -226,7 +226,7 @@ On the agent device, you can also check the onboarding status by running:
226226
mdatp health
227227
```
228228
229-
```Output
229+
```console
230230
...
231231
licensed : true
232232
org_id : "[your organization identifier]"

0 commit comments

Comments
 (0)