Skip to content

Commit e6b98ff

Browse files
committed
Add missing parameter for xtrabackup class
1 parent 1ab0aaa commit e6b98ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/backup/xtrabackup.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
$compression_command = undef,
3434
$compression_extension = undef,
3535
$backupmethod_package = $mysql::params::xtrabackup_package_name,
36+
Array[String] $excludedatabases = [],
3637
) inherits mysql::params {
3738
ensure_packages($backupmethod_package)
3839

0 commit comments

Comments
 (0)