Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123924
init.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Subscribers
None
init.pp
View Options
# == Class kafka
# Installs Kafka package.
# Unless you need to explicitly set the version of the Kafka package you
# want, you probably don't need to include this class directly.
# Including 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'
:
ensure
=>
$version,
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 6:22 PM (2 w, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3299393
Attached To
rSPKFK Puppet Kafka module
Event Timeline
Log In to Comment