Merge "Fix typo in warning message"

This commit is contained in:
Zuul 2020-05-06 11:58:32 +00:00 committed by Gerrit Code Review
commit ac45ad7e04
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class designate::worker(
}
if $worker_notify != undef {
warning('worker_notify is deprecated nad will be removed in a future release')
warning('worker_notify is deprecated and will be removed in a future release')
designate_config {
'service:worker/notify': value => $worker_notify;
}