You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the salt master, salt-ssh, and installed the salt-formula for automatically installing/configuring salt on remote nodes. Then I populated /etc/salt/roster with all the nodes I wanted to bring under management and ran salt-ssh -i '*' state.highstate. ~100 nodes joined, 1 node didn't.
Looking at the ~100 nodes that joined, they all have lsb_release installed (after the fact, not sure about before), but the one node that failed to join definitely didn't have lsb_release installed. I had to manually install it, then re-run salt-ssh against it.
I think this is related to #30123
Here is fresh install of Debian 8:
Because of this, the Salt formula generates a bad /etc/apt/sources.list/saltstack.list file:
instead of:
See: saltstack-formulas/salt-formula#270
After running 'apt-get install lsb-release', I get the following correct response:
I think the fallback when lsb_release isn't installed is broken.
The text was updated successfully, but these errors were encountered: