You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,7 +201,7 @@ Run the `chef-client` executable using `-t` or `--target` to target a specific n
198
201
chef-client -t <TARGET_NAME>
199
202
```
200
203
201
-
Replace `<TARGET_NAME>` with the name of the host as defined in the credentials file. For example, `HOST-1` in the [credential file example](#examples).
204
+
Replace `<TARGET_NAME>` with the name of the host as defined in the credentials file. For example, `HOST-1` in the [credential file example](#define-node-connection-settings).
202
205
203
206
To execute a specific Cookbook in Target Mode, run:
204
207
@@ -222,7 +225,7 @@ Use `-z` and `-t` to run Target Mode in Local Mode:
222
225
chef-client -z -t <TARGET_NAME>
223
226
```
224
227
225
-
Replace `<TARGET_NAME>` with the name of the host as defined in the credentials file. For example, `HOST-1` in the [credential file example](#examples).
228
+
Replace `<TARGET_NAME>` with the name of the host as defined in the credentials file. For example, `HOST-1` in the [credential file example](#define-node-connection-settings).
226
229
227
230
## Run Target Mode with Chef Automate or Chef Infra Server
0 commit comments