## Describe the Bug The $includedir (/etc/my.cnf.d) is not purged when the provider is MariaDB because $includedir is undefined. ## Expected Behavior $includedir to be purged of extraneous files. ## Steps to Reproduce Steps to reproduce the behavior: 1. ensure $mysql::server::purge_conf_dir: true 2. Use this module to install MariaDB on RHEL7 or newer. 3. Observe that $includedir is not purged of extraneous files ## Environment - Version >= 13.0.0 - Platform Red Hat 7 or greater ## Additional Context Why ISN'T $includedir [defined](https://github.com/puppetlabs/puppetlabs-mysql/blob/v13.3.0/manifests/params.pp#L75)?