Skip to content

Commit 741a759

Browse files
authored
fix(docs): update salt minion service restart instruction (#427)
fix(#339): update salt minion service restart instruction
1 parent e94c512 commit 741a759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/migration-recipe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ index 68387c9..7a8ace1 100644
115115
- Copy and paste the generated commands to create and populate the files on `new-host`
116116
4. Restart the `salt-minion` service on the **new host** to pick up the configuration and register with salt-master:
117117
```console
118-
sudo salt-call service.restart
118+
sudo salt-call service.restart salt-minion
119119
```
120120
5. On **`salt-master`**, accept the key for the new-host:
121121
```console
@@ -230,7 +230,7 @@ index 68387c9..7a8ace1 100644
230230
```
231231
7. Restart the salt minion:
232232
```console
233-
sudo salt-call service.restart
233+
sudo salt-call service.restart salt-minion
234234
```
235235
8. Restart Datadog agent:
236236
```console

0 commit comments

Comments
 (0)