There was an error while loading. Please reload this page.
2 parents bc692d8 + e89cdfc commit 46ab224Copy full SHA for 46ab224
1 file changed
manifests/backup/mysqlbackup.pp
@@ -41,7 +41,7 @@
41
mysql_user { "${backupuser}@localhost":
42
ensure => $ensure,
43
password_hash => Deferred('mysql::password', [$backuppassword]),
44
- require => Class['mysql::server::root_password'],
+ require => Class['mysql::server::root_password'],
45
}
46
47
package { 'meb':
0 commit comments