Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125338
init.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
631 B
Subscribers
None
init.pp
View Options
# == Class kafka
# Installs kafka-common and kafka-cli packages.
# You might not need to include this class directly.
# Use just kafka::server to set up a Kafka Broker, or just
# kafka::mirror to set upa Kafka MirrorMaker service should suffice.
#
# == Parameters:
#
# $version - Kafka package version number. Set this
# if you need to override the default
# package version. If you override this,
# the version must be >= 0.8. Default: installed.
class
kafka
(
$version
=
$kafka::defaults::version
)
{
package
{
[
'kafka-common'
,
'kafka-cli'
]:
ensure
=>
$version,
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 8:33 PM (4 w, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3245363
Attached To
rSPKFK Puppet Kafka module
Event Timeline
Log In to Comment