Skip to content

Commit b57191f

Browse files
committed
Merge pull request #655 from rnelson0/remove_provider
(MODULES-1731) Invalid parameter 'provider' removed from mysql_user instance.
2 parents 14d5813 + e08aa01 commit b57191f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/server/backup.pp

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
mysql_user { "${backupuser}@localhost":
2222
ensure => $ensure,
2323
password_hash => mysql_password($backuppassword),
24-
provider => 'mysql',
2524
require => Class['mysql::server::root_password'],
2625
}
2726

0 commit comments

Comments
 (0)