We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e3ab5 commit 6e44543Copy full SHA for 6e44543
lib/puppet/provider/mysql.rb
@@ -43,7 +43,7 @@ class Puppet::Provider::Mysql < Puppet::Provider
43
commands :mysqld_service => 'mysqld'
44
commands :mariadbd_service => 'mariadbd'
45
commands :mysql_admin => 'mysqladmin'
46
- commands :mariadb_admin => 'mysqladmin'
+ commands :mariadb_admin => 'mariadb-admin'
47
# rubocop:enable Style/HashSyntax
48
49
def self.mysql_raw(*args)
0 commit comments