puppet-tripleo/releasenotes/notes/introduce-mysql-user-interface-e16d62f3743128a0.yaml
Juan Antonio Osorio Robles 0730ff23b9 Create interface to create mysql resources via hieradata
This added the "tripleo::<service name>::mysql_user" interface, which
allows folks to create databases, users and grants via hieradata instead
of having to modify puppet-tripleo.

Change-Id: I975d64c73e314159db0f6c1ada14a26491a46d1a
2018-09-17 22:57:06 -06:00

7 lines
229 B
YAML

---
features:
- |
The interface ``tripleo::<service name>::mysql_user`` was created. It
allows service writes to create databases, database users and grants via
hieradata instead of having to modify puppet-tripleo.