Search code examples
debiansalt-project

DeprecationWarning on salt-minion


I have a salt-master (0.17.5) and a salt-minion (0.17.5) on two Debian machine (Debian 8 - Jessy).

When I launch this command salt '*' cp.get_file salt://file /file, I have this warning on my 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...

Why I have this warning ?


Solution

  • I have resolved my problem !

    It is necessary to use salt-cp '*' /file/src.txt /file/dest.txt instead of salt '*' cp.get_file salt://file/src.txt /file/dest.txt.