我在两台 Debian 机器(Debian 8 - Jessy)上有一个 salt-master(0.17.5)和一个 salt-minion(0.17.5)。
当我启动这个命令salt '*' cp.get_file salt://file /file
时,我的 salt-minion 上有这个警告:
[WARNING] /usr/lib/.../minion.py:594: Deprecation Warning: Master pub message signing is disabled but we received a signature for this message. Most likely this means that your masters and minions are not the same version...
为什么我有这个警告?