Merge pull request #749 from Herr-Herner/fixImproperUseOfFctWarn

Fixes improper use of function 'warn' in backup manifest of server.
This commit is contained in:
David Schmitt 2015-08-28 16:09:07 +01:00
commit 2fd0b9cec4

View file

@ -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', {