edestecd / puppet-mariadb

Puppet Module for managing MariaDB
GNU General Public License v3.0
3 stars 21 forks source link

fix(ensure): use enum #63

Closed minorOffense closed 1 year ago

minorOffense commented 1 year ago

Lastest mysql requires an enum value of 'absent' or 'present' or a version number for these fields.

e.g. https://github.com/puppetlabs/puppetlabs-mysql/blob/main/manifests/server.pp#L27

Also requires a boolean for another bindings arg.

edestecd commented 1 year ago

thanks!