Skip to content

Commit

Permalink
Merge pull request #655 from rnelson0/remove_provider
Browse files Browse the repository at this point in the history
(MODULES-1731) Invalid parameter 'provider' removed from mysql_user instance.
  • Loading branch information
hunner committed Feb 6, 2015
2 parents 14d5813 + e08aa01 commit b57191f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/server/backup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
mysql_user { "${backupuser}@localhost":
ensure => $ensure,
password_hash => mysql_password($backuppassword),
provider => 'mysql',
require => Class['mysql::server::root_password'],
}

Expand Down

0 comments on commit b57191f

Please sign in to comment.