Merge pull request #749 from Herr-Herner/fixImproperUseOfFctWarn
Fixes improper use of function 'warn' in backup manifest of server.
This commit is contained in:
commit
2fd0b9cec4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class mysql::server::backup (
|
|||
) {
|
||||
|
||||
if $prescript and $provider =~ /(mysqldump|mysqlbackup)/ {
|
||||
warn("The \$prescript option is not currently implemented for the ${provider} backup provider.")
|
||||
warning("The \$prescript option is not currently implemented for the ${provider} backup provider.")
|
||||
}
|
||||
|
||||
create_resources('class', {
|
||||
|
|
Loading…
Reference in a new issue