我的/ etc / salt / minion只有一行:
default_include: minion.d/*.conf
我写了一个非常简单的minion.d配置: cat /etc/salt/minion.d/saltminion
master: 123.123.xxx.xxx
id: test2
salt-minion -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[INFO ] Using cached minion ID from /etc/salt/minion_id: test1
[DEBUG ] Configuration file path: /etc/salt/minion
[INFO ] Setting up the Salt Minion "test1"
[DEBUG ] Created pidfile: /var/run/salt-minion.pid
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] The `lspci` binary is not available on the system. GPU grains will not be available.
[DEBUG ] Attempting to authenticate with the Salt Master at 92.242.xxx.xxx
minion.d完全被忽略了,我不知道这个92.242.xxx.xxx ip来自哪里,对我来说这看起来像是一个重要的安全漏洞。 版本:salt-minion 2014.1.13 + ds-3
有人会在这里点灯吗?请。谢谢