edestecd / puppet-mariadb

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

feat(mariadb): set remove_default_accounts as param instead of hardcoding to true #48

Closed bmx0r closed 3 years ago

bmx0r commented 3 years ago

feat(mariadb): set remove_default_accounts as param instead of hardcoding to true

The param remove_default_accounts if set to true will trigger the class ::mysql::server::account_security. In some situation you might want to handle this differently (ie if for any reasons you need the default anonymous user to be able to authenticate via pam)

edestecd commented 3 years ago

@bmx0r can you correct these build errors? https://travis-ci.org/github/edestecd/puppet-mariadb/jobs/744756385

bmx0r commented 3 years ago

Hi @edestecd, These were lint warning on unrelated files :) It is done :)

bmx0r commented 3 years ago

thanks 👍