Puppet Class: kafka
- Defined in:
- manifests/init.pp
Overview
Class: kafka
The root class of the kafka moudle. At present this does nothing. In order to install kafka, you want to install a broker using ‘class { ’kafka::broker’: }‘
6 7 8 |
# File 'manifests/init.pp', line 6
class kafka {
}
|