From 936a92367414843649fc448ccec1b21824cd7507 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Thu, 1 Aug 2024 14:35:09 -0500 Subject: [PATCH] fix(#339): update salt minion service restart instruction --- docs/guides/migration-recipe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/migration-recipe.md b/docs/guides/migration-recipe.md index 45da7e71..f2ebecd2 100644 --- a/docs/guides/migration-recipe.md +++ b/docs/guides/migration-recipe.md @@ -115,7 +115,7 @@ index 68387c9..7a8ace1 100644 - Copy and paste the generated commands to create and populate the files on `new-host` 4. Restart the `salt-minion` service on the **new host** to pick up the configuration and register with salt-master: ```console - sudo salt-call service.restart + sudo salt-call service.restart salt-minion ``` 5. On **`salt-master`**, accept the key for the new-host: ```console @@ -230,7 +230,7 @@ index 68387c9..7a8ace1 100644 ``` 7. Restart the salt minion: ```console - sudo salt-call service.restart + sudo salt-call service.restart salt-minion ``` 8. Restart Datadog agent: ```console