Skip to content

Commit ba5c02e

Browse files
committed
Fix type
1 parent 7a6f4c4 commit ba5c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/backup.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
$compression_command = undef,
113113
$compression_extension = undef,
114114
$backupmethod_package = $mysql::params::xtrabackup_package_name,
115-
Array[Strings] $excludedatabases = [],
115+
Array[String] $excludedatabases = [],
116116
) inherits mysql::params {
117117
if $prescript and $provider =~ /(mysqldump|mysqlbackup)/ {
118118
warning("The 'prescript' option is not currently implemented for the ${provider} backup provider.")

0 commit comments

Comments
 (0)