Skip to content

Commit

Permalink
Update burrow.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Oct 4, 2024
1 parent ecf4ee9 commit 6a94296
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/role/manifests/burrow.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
# Consumer offset lag monitoring tool template for a generic Kafka cluster.
# Compatible only with burrow >= 1.0.
#
define role::burrow(
$monitoring_config,
) {
class role::burrow {

burrow { 'main':
zookeeper_hosts => [ 'localhost' ],
Expand Down Expand Up @@ -42,7 +40,7 @@
)

# Burrow offers a HTTP REST API
ferm::service { "burrow-${title}":
ferm::service { 'burrow-main':
proto => 'tcp',
port => 8100,
srange => "(${firewall_rules_str})",
Expand Down

0 comments on commit 6a94296

Please sign in to comment.