Fix typo in warning message

Trivial-Fix

Change-Id: Idb4187b7d23b62a5c7aa575c2f4501e8e4a653a4
This commit is contained in:
Takashi Kajinami 2020-05-06 14:33:53 +09:00
parent 3f01e55290
commit d997168369
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;
}