Bernhard Wiedemann changed bug 1057772
What Removed Added
Summary salt-ssh failing on nodes without python-pyOpenSSL salt-ssh failing on nodes without python
Flags needinfo?(bwiedemann@suse.com)  

Comment # 6 on bug 1057772 from
I'd still like to have some nicer solution than the current DIY.

I just found that python-pyOpenSSL is not actually required,
so bootstrapping nodes could work thusly:

salt-ssh test123 -r 'zypper -n in python python-xml'

and if we add some distribution-detection logic in bash around that,
we could even turn that into some generic salt-ssh bootstrap command


You are receiving this mail because: