Yuvipanda has submitted this change and it was merged.

Change subject: Remove extra non-ASCII character in role::cache::text that was 
causing issues
......................................................................


Remove extra non-ASCII character in role::cache::text that was causing issues

A 0xC2 character caused clients to think the class could not be found

Change-Id: I9ca0a1a0265fd8056b65e1171e382e7762752f95
---
M modules/role/manifests/cache/text.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/role/manifests/cache/text.pp 
b/modules/role/manifests/cache/text.pp
index 3aeb123..ce6f535 100644
--- a/modules/role/manifests/cache/text.pp
+++ b/modules/role/manifests/cache/text.pp
@@ -140,7 +140,7 @@
     # varnishkafka eventlogging listens for eventlogging
     # requests and logs them to the eventlogging-client-side
     # topic.  EventLogging servers consume and process this
-    # topic into many JSON based kafka topics for further
+    # topic into many JSON based kafka topics for further
     # consumption.
     class { '::role::cache::kafka::eventlogging':
         varnish_name => 'frontend',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9ca0a1a0265fd8056b65e1171e382e7762752f95
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alex Monk <a...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to