File: Add-TLS-options-for-mysql-user-creation-172536d7f3963ce2.yaml

package info (click to toggle)
puppet-module-openstacklib 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 4,500; python: 38; sh: 22; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
features:
  - For the users that result from the usage of the mysql resource, it is now
    possible to specify the TLS options. This is useful if one wants to force
    the user to only connect using TLS, or if one wants to force the usage of
    client certificates for this specific user.