From 6c5e25b71c031dae6a5fb2b7e0b0cf3b0b883003 Mon Sep 17 00:00:00 2001 From: zhengguoyong Date: Wed, 16 Sep 2015 09:10:05 +0800 Subject: [PATCH] Update salt.md --- docs/admin/salt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/salt.md b/docs/admin/salt.md index 2e959e361a2..e921b4a8773 100644 --- a/docs/admin/salt.md +++ b/docs/admin/salt.md @@ -64,7 +64,7 @@ All remaining sections that refer to master/minion setups should be ignored for *(Not applicable on default GCE setup.)* -Security is not enabled on the salt-master, and the salt-master is configured to auto-accept incoming requests from nodes. It is not recommended to use this security configuration in production environments without deeper study. (In some environments this isn't as bad as it might sound if the salt master port isn't externally accessible and you trust everyone on your network.) +Security is not enabled on the salt-master, and the salt-master is configured to auto-accept incoming requests from minions. It is not recommended to use this security configuration in production environments without deeper study. (In some environments this isn't as bad as it might sound if the salt master port isn't externally accessible and you trust everyone on your network.) ```console [root@kubernetes-master] $ cat /etc/salt/master.d/auto-accept.conf