Yuvipanda has submitted this change and it was merged.

Change subject: dynamicproxy: Fix pointless typo
......................................................................


dynamicproxy: Fix pointless typo

Change-Id: I5887741b27d6317fea06037efc124133ded03340
---
M modules/dynamicproxy/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/modules/dynamicproxy/manifests/init.pp 
b/modules/dynamicproxy/manifests/init.pp
index 89b1000..c0c43db 100644
--- a/modules/dynamicproxy/manifests/init.pp
+++ b/modules/dynamicproxy/manifests/init.pp
@@ -36,7 +36,7 @@
     $blocked_user_agent_regex = 'TweetmemeBot', # T73120 - misbehaving crawler
 ) {
     if $ssl_certificate_name != false and $ssl_settings == undef {
-        fail('ssl_certificate_nme set but ssl_settings not set')
+        fail('ssl_certificate_name set but ssl_settings not set')
     }
 
     $resolver = join($::nameservers, ' ')

-- 
To view, visit https://gerrit.wikimedia.org/r/271133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5887741b27d6317fea06037efc124133ded03340
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to