<!--
Thank you for contributing to this project!
-->
<!--
It replace the kafka.logs.dir to logdir, since code does not except the parameter kafka.logs.dir _
-->
<!--
Replace this comment with the list of issues or n/a.
Use format:
n/a
-->
<!--
Thank you for contributing to this project!
-->
<!--
Replace this comment with a description of your pull request.
-->
<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->
<!--
Thank you for contributing to this project!
-->
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
.