We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941427a commit b3f3cd7Copy full SHA for b3f3cd7
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