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

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;
}