Skip to content

Commit 36790f0

Browse files
committed
Allow mysql::backup::mysqldump to access root_group in tests
1 parent 1835ea8 commit 36790f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/backup/mysqldump.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$prescript = false,
2020
$postscript = false,
2121
$execpath = '/usr/bin:/usr/sbin:/bin:/sbin',
22-
) {
22+
) inherits mysql::params {
2323

2424
mysql_user { "${backupuser}@localhost":
2525
ensure => $ensure,

0 commit comments

Comments
 (0)