Skip to content

Commit e08aa01

Browse files
committed
(MODULES-1731) Invalid parameter 'provider' removed from mysql_user instance.
1 parent b98c056 commit e08aa01

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)