In my attempt to debug a syndic problem, I've run into other issues
Specifically, salt-syndic is now returning:
[salt.utils ][ERROR ] This master address: salt was previously resolvable but now fails to resolve! The previously resolved ip addr will continue to be used
Because everything in the configs is specified as an IP address, it's a bit of a strange error, and suggests a reverse lookup (why?) which doesn't exist for this host.
Some of the offending code seems to be here...
Why does salt do reverse lookups then fail if they don't exist? This seems to be new behavior as I didn't have this issue when I first install everything about 2 months ago...
Thx.
Chris.