File: mysql-user-and-grants-optional-fd34f4686d44aec3.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 (9 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
features:
  - Add the ability to skip the mysql user and/or grant creation as part of the
    openstack::db::mysql resource.
fixes:
  - openstack::db::mysql could not be used to create multiple databases
    with the same user/password for access due to a duplicate mysql_user
    resource declaration. Now the user and/or grant creation process can be
    skipped if they already exist.