Ottomata has submitted this change and it was merged.

Change subject: Fix kafka typo
......................................................................


Fix kafka typo

Change-Id: Ic352029b15556e5dbb311f32352d2a418e6a33de
---
M modules/confluent/manifests/kafka/broker.pp
M modules/confluent/manifests/kafka/broker/alerts.pp
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/confluent/manifests/kafka/broker.pp 
b/modules/confluent/manifests/kafka/broker.pp
index 79b23cc..63df4dd 100644
--- a/modules/confluent/manifests/kafka/broker.pp
+++ b/modules/confluent/manifests/kafka/broker.pp
@@ -273,7 +273,7 @@
     }
 
     # This is the message data directory,
-    # not to be confused with /var/log/kakfa
+    # not to be confused with /var/log/kafka
     # which contains daemon process logs.
     file { $log_dirs:
         ensure => 'directory',
diff --git a/modules/confluent/manifests/kafka/broker/alerts.pp 
b/modules/confluent/manifests/kafka/broker/alerts.pp
index a20d8c1..b15ec22 100644
--- a/modules/confluent/manifests/kafka/broker/alerts.pp
+++ b/modules/confluent/manifests/kafka/broker/alerts.pp
@@ -18,7 +18,7 @@
     $replica_maxlag_critical = '10000',
 ) {
     require ::confluent::kafka::broker
-    require ::confluent::kakfa::jmxtrans
+    require ::confluent::kafka::jmxtrans
 
     $jmx_port     = $::confluent::kafka::broker::jmx_port
     $group_prefix = $::confluent::kafka::broker::jmxtrans::group_prefix

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

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

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

Reply via email to