diff --git a/manifests/worker.pp b/manifests/worker.pp index 4a71f699..d1af448e 100644 --- a/manifests/worker.pp +++ b/manifests/worker.pp @@ -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; }