File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
$compression_command = ' bzcat -zc' ,
34
34
$compression_extension = ' .bz2' ,
35
35
$backupmethod_package = undef ,
36
- Array[Strings ] $excludedatabases = [],
36
+ Array[String ] $excludedatabases = [],
37
37
) inherits mysql::params {
38
38
$backuppassword_unsensitive = if $backuppassword =~ Sensitive {
39
39
$backuppassword .unwrap
Original file line number Diff line number Diff line change 112
112
$compression_command = undef ,
113
113
$compression_extension = undef ,
114
114
$backupmethod_package = $mysql::params::xtrabackup_package_name,
115
- Array[Strings ] $excludedatabases = [],
115
+ Array[String ] $excludedatabases = [],
116
116
) inherits mysql::params {
117
117
if $prescript and $provider =~ /(mysqldump|mysqlbackup)/ {
118
118
warning (" The 'prescript' option is not currently implemented for the ${provider} backup provider." )
You can’t perform that action at this time.
0 commit comments