wunki / django-salted

Full stack SaltStack configuration for Django with the help of Vagrant.
BSD 3-Clause "New" or "Revised" License
319 stars 42 forks source link

This master address: 'salt' was previously resolvable but now fails to resolve! #9

Closed romantolkachyov closed 10 years ago

romantolkachyov commented 11 years ago

When I do "vagrant up" it fails with:

[INFO ] Package bash is already installed [ERROR ] This master address: 'salt' was previously resolvable but now fails to resolve! The previously resolved ip addr will continue to be used Minion failed to authenticate with the master, has the minion key been accepted? The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!

salt-call state.highstate -l debug

wunki commented 11 years ago

I don't know if this is a problem with django-salted. Could you try running the above manually?

vagrant ssh
sudo salt-call state.highstate -l debug