We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f17b94 commit ff4ce8cCopy full SHA for ff4ce8c
manifests/server/backup.pp
@@ -23,7 +23,7 @@
23
) {
24
25
if $prescript and $provider =~ /(mysqldump|mysqlbackup)/ {
26
- 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.")
27
}
28
29
create_resources('class', {
0 commit comments