Closed ldelossa closed 6 years ago
What version of Salt do you have installed?
salt 2015.8.1-2437-gb8271c7 (Beryllium)
installed with boostrap url.
@ldelossa, thanks for the report. I don't see asam in the list of runners included at the head of the 2015.8 branch. Is it possible you picked up that module from somewhere else?
master:
curl -L https://bootstrap.saltstack.com -o install_salt.sh
sudo sh install_salt.sh -M
I also did a manual compile of python 2.7 and 3.4 - maybe missing something in my configure step?
@ldelossa, what is strange to me is the /usr/lib/python2.7/site-packages/salt/runners/asam.py
file. I can't find it anywhere in the salt source tree. Do you know where this file may have come from? What happens if you (re)move this file and the corresponding *.pyc
file.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
Hey guys,
Was trying to run:
salt-run manage.up
To get a list of my minions and ran into this:
easy fix?