Merge pull request #6383 from PatOShea/patch-5

Document windows minion requirement for ipc_mode
This commit is contained in:
Mitchell Hashimoto 2015-11-18 14:20:16 -08:00
commit ba3100f836
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ a custom salt minion config file.
* `minion_pub` (salt/key/minion.pub) - Path to your minion * `minion_pub` (salt/key/minion.pub) - Path to your minion
public key 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. * `masterless` (boolean) - Calls state.highstate in local mode. Uses `minion_id` and `pillar_data` when provided.