-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 4.5.0
- Ruby: ruby 2.2.4p230
- Distribution: centos
- Module version: 2.1.0
How to reproduce (e.g Puppet code you use)
class { 'kafka::broker':
service_requires_zookeeper => false,
config => { 'broker.id' => fqdn_rand(50), 'zookeeper.connect' => "$zookeeper_ip" }
}
What are you seeing
error
What behaviour did you expect instead
no error
Output log
Any additional information you'd like to impart
i see that your branch master doesn't tagged yet, latest tag is 2.1.0 doesn't include parameter service_requires_zookeeper
in broker.pp
. Would be nice if master branch also tagged, so the others can include it in Puppetfile. Thanks
Metadata
Metadata
Assignees
Labels
No labels