Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't hardcode 127.0.0.1 in salt-api configuration
Tomcat accesses the salt api using `localhost` but the salt-api is configured to listen on `127.0.0.1`. This works fine until IPv4 is disabled on the host or the `127.0.0.1` line is commented out in `/etc/hosts`. In order to make sure both sides are on the same page, use localhost in the salt-api too (bsc#1230865).
- Loading branch information