From 85c5ccaf1c754806ca7669a211ee8007bd8f5899 Mon Sep 17 00:00:00 2001 From: Marco Kraft <69326651+MaKraMc@users.noreply.github.com> Date: Fri, 8 Aug 2025 08:20:16 +0200 Subject: [PATCH] Fix Typo in mdatp package name There is a typo that says matp in the example saltstate file. --- defender-endpoint/linux-install-with-saltack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-endpoint/linux-install-with-saltack.md b/defender-endpoint/linux-install-with-saltack.md index 8d32005050..487d319e62 100644 --- a/defender-endpoint/linux-install-with-saltack.md +++ b/defender-endpoint/linux-install-with-saltack.md @@ -154,7 +154,7 @@ In this step, you create a SaltState state file in your configuration repository ```console install_mdatp_package: pkg.installed: - - name: matp + - name: mdatp - required: add_ms_repo ```