Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9124767
client.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
588 B
Subscribers
None
client.pp
View Options
# == 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
Details
Attached
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
Attached To
rSPKFK Puppet Kafka module
Event Timeline
Log In to Comment