Daniel Bakken
Daniel Bakken
This bug may also be causing errors with tabs separating values and comments (allowed by the spec). > https://yaml.org/spec/1.2.2/#separation-spaces > Outside [indentation](https://yaml.org/spec/1.2.2/#indentation-spaces) and [scalar content](https://yaml.org/spec/1.2.2/#scalar), YAML uses [white space](https://yaml.org/spec/1.2.2/#white-space-characters) characters...
Was there anything logged when you installed M2Crypto? ``` # salt-pip install m2crypto Using pip 22.3.1 from /opt/saltstack/salt/lib/python3.10/site-packages/pip (python 3.10) Collecting m2crypto Using cached M2Crypto-0.38.0-cp310-cp310-linux_x86_64.whl Installing collected packages: m2crypto WARNING:...
This isn't a showstopper for us, since we've switched to x509_v2. But since m2crypto is not installable with salt-pip, the default x509 module is broken on RHEL 9.
The same issue is affecting database pods created by the pulp operator.
@git-hyagi We also dropped our plans to switch from Ansible Pulp to pulp-operator. We built our own simple RPM repository service instead. This bug was blocking us, the project is...