From 1b19ce1cc3c5ce454e9ecd99fd542abe7d0ddb5c Mon Sep 17 00:00:00 2001 From: Pat O'Shea Date: Thu, 8 Oct 2015 23:56:34 -0600 Subject: [PATCH] Add windows minion requirement for ipc_mode If this is not set to tpc, then the minion will fail to communicate with the master. --- website/docs/source/v2/provisioning/salt.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/salt.html.md b/website/docs/source/v2/provisioning/salt.html.md index 938fec155..5d41b302f 100644 --- a/website/docs/source/v2/provisioning/salt.html.md +++ b/website/docs/source/v2/provisioning/salt.html.md @@ -90,7 +90,7 @@ a custom salt minion config file. * `minion_pub` (salt/key/minion.pub) - Path to your minion public key -* `grains_config` (string) - Path to a custom salt grains file. +* `grains_config` (string) - Path to a custom salt grains file. On Windows, the minion needs `ipc_mode: tcp` set otherwise it will [fail to communicate](https://github.com/saltstack/salt/issues/22796) with the master. * `masterless` (boolean) - Calls state.highstate in local mode. Uses `minion_id` and `pillar_data` when provided.