Yaml plugin troubleshooting

Hi -

It does appear in the list as enabled.

The plugin content is the same as I posted in this other thread

name: saml
version: 0.1.0
patches:
 common-env-features: |
    "ENABLE_THIRD_PARTY_AUTH" : true

 openedx-lms-common-settings: |
    # saml special settings
    THIRD_PARTY_AUTH_BACKENDS = "third_party_auth.saml.SAMLAuthBackend"

  openedx-auth: |
    "SOCIAL_AUTH_SAML_SP_PRIVATE_KEY" : "secret key"
    "SOCIAL_AUTH_SAML_SP_PUBLIC_CERT" : "public cert"

Since posting this I’ve found that if I remove all whitespace & comments, rename the plugin ( to e.g. saml2), and bump the version number ( to 0.1.1) it loads fine. Not sure why that “fixes” it.