GitHub puppet-kafka
The kafka module for managing the installation and configuration of Apache Kafka

Repo Checks ( 14 of 22 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
failed
Supports Only Current Ubuntu
No translation
failed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
No translation
failed
Supports Only Current Sles
No translation
passed
Supports Latest Sles
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Allow up-to-date dependencies
V1 hub
merge-conflicts
tests-fail

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Drop EoL Debian 8, Debian 9, Ubuntu 16.04 support
tests-fail
backwards-incompatible

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Update log4j.properties.epp

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
It replace the kafka.logs.dir to logdir, since code does not except the parameter kafka.logs.dir _
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
n/a
-->

Open PR in GitHub
Some updates to be able to create multiple mirror services with specific configurations
enhancement
merge-conflicts
needs-work

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

We'd like to be able to easily create multiple mirror services from hieradata like that:


$mirrors.each |$title, $mirror| {
kafka::mirror { $title:
consumer_config => $mirror['consumer_config'],
........
}
}

And we'd like to be able to easily notify all mirror services like that:


java_ks { "......:truststore":
ensure => latest,
certificate => "${properties_dir}/.....pem",
target => "${properties_dir}/.....jks",
password => "........",
path => ["${jdk_path}/jre/bin", "/bin", "/usr/bin"],
trustcacerts => true
} ~> Kafka::Mirror <| |>

And we'd like to be able to change the path of /etc/systemd/system.

This Pull Request (PR) fixes the following issues

Open PR in GitHub
Drop support for non systemd OS
backwards-incompatible