From ffd35b06633cf3609b78b0d66a303314b4cd94d0 Mon Sep 17 00:00:00 2001 From: Vertrauensstellung <33381081+Vertrauensstellung@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:14:09 +0100 Subject: [PATCH 1/2] Update linux-install-with-saltack.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo (🐝) --- 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 e283eebe94..1c5d54a101 100644 --- a/defender-endpoint/linux-install-with-saltack.md +++ b/defender-endpoint/linux-install-with-saltack.md @@ -43,7 +43,7 @@ Here are a few important points: - Saltstack is installed on at least one computer (Saltstack calls the computer as the master). - The Saltstack master accepted the managed nodes (Saltstack calls the nodes as minions) connections. -- The Saltstack minions are able to resolve communication to the Saltstack master (be default the minions try to communicate with a machine named 'salt'). +- The Saltstack minions are able to resolve communication to the Saltstack master (by default the minions try to communicate with a machine named 'salt'). - Run the following ping test: `sudo salt '*' test.ping` - The Saltstack master has a file server location where the Microsoft Defender for Endpoint files can be distributed from (by default Saltstack uses the `/srv/salt` folder as the default distribution point) From ae87f252065dc29b7192df2d1e89ceef01b60507 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Wed, 4 Dec 2024 07:21:57 -0800 Subject: [PATCH 2/2] Update linux-install-with-saltack.md --- defender-endpoint/linux-install-with-saltack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defender-endpoint/linux-install-with-saltack.md b/defender-endpoint/linux-install-with-saltack.md index 1c5d54a101..84b14103e2 100644 --- a/defender-endpoint/linux-install-with-saltack.md +++ b/defender-endpoint/linux-install-with-saltack.md @@ -15,7 +15,7 @@ ms.collection: ms.topic: conceptual ms.subservice: linux search.appverid: met150 -ms.date: 10/11/2024 +ms.date: 12/04/2024 --- # Deploy Microsoft Defender for Endpoint on Linux with Saltstack @@ -43,7 +43,7 @@ Here are a few important points: - Saltstack is installed on at least one computer (Saltstack calls the computer as the master). - The Saltstack master accepted the managed nodes (Saltstack calls the nodes as minions) connections. -- The Saltstack minions are able to resolve communication to the Saltstack master (by default the minions try to communicate with a machine named 'salt'). +- The Saltstack minions are able to resolve communication to the Saltstack master (by default the minions try to communicate with a machine named *salt*). - Run the following ping test: `sudo salt '*' test.ping` - The Saltstack master has a file server location where the Microsoft Defender for Endpoint files can be distributed from (by default Saltstack uses the `/srv/salt` folder as the default distribution point)