Page MenuHomeSoftware Heritage

client.pp
No OneTemporary

client.pp

# == Class kafka::client
# Installs kafka-client package.
#
class kafka::client {
# Kafka class must be included before kafka::client.
# Using 'require' here rather than an explicit class dependency
# so that this class can be used without having to manually
# include the base kafka class. This is for elegance only.
# You'd only need to manually include the base kafka class if
# you need to explicitly set the version of the Kafka package
# you want installed.
require ::kafka
package { 'kafka-client':
ensure => $::kafka::version
}
}

File Metadata

Mime Type
text/x-c++
Expires
Sat, Jun 21, 7:32 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3396585

Event Timeline